diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-08-01 19:04:12 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-08-01 19:04:12 +0000 |
commit | 2363cb38937cac36dd468cdb70819b1c7fe9ba9e (patch) | |
tree | f7c544b9a71bac552310044edf99c11300b9edc0 /target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch | |
parent | 1eabf431df03b00e0fa7c2986f7c08ea0c404a4d (diff) | |
download | upstream-2363cb38937cac36dd468cdb70819b1c7fe9ba9e.tar.gz upstream-2363cb38937cac36dd468cdb70819b1c7fe9ba9e.tar.bz2 upstream-2363cb38937cac36dd468cdb70819b1c7fe9ba9e.zip |
brcm47xx: add function to get a gpio pin by name
bcm47xx_nvram_gpio_pin() returns a gpio pin number for a given name based
on configuration data in nvram.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37644
Diffstat (limited to 'target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch b/target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch index cf21550239..96b6ed84c1 100644 --- a/target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch +++ b/target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch @@ -294,7 +294,7 @@ out the configuration than the in kernel cfe config reader. /* Look for name=value and return value */ var = &nvram_buf[sizeof(struct nvram_header)]; end = nvram_buf + sizeof(nvram_buf) - 2; -@@ -201,6 +230,9 @@ char *nvram_get(const char *name) +@@ -221,6 +250,9 @@ char *nvram_get(const char *name) if (!nvram_buf[0]) nvram_init(); |