projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30d3518
)
brcm63xx: fix HG556a C button
author
dani
<dgcbueu@gmail.com>
Fri, 22 Jul 2016 10:45:54 +0000
(12:45 +0200)
committer
John Crispin
<john@phrozen.org>
Sun, 24 Jul 2016 04:38:30 +0000
(06:38 +0200)
One button of the HG556a-C has the wrong GPIO pin defined in the dts file,
fix it
Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com>
target/linux/brcm63xx/dts/hg556a-c.dts
patch
|
blob
|
history
diff --git
a/target/linux/brcm63xx/dts/hg556a-c.dts
b/target/linux/brcm63xx/dts/hg556a-c.dts
index 3e64a2fb186c9f858f3333c7123f9a6078df0dbd..ada2a8ca0c2efb2674c936f1edeada5246588cf2 100644
(file)
--- a/
target/linux/brcm63xx/dts/hg556a-c.dts
+++ b/
target/linux/brcm63xx/dts/hg556a-c.dts
@@
-21,7
+21,7
@@
help {
label = "help";
- gpios = <&gpio
0 8
1>;
+ gpios = <&gpio
1 4
1>;
linux,code = <KEY_HELP>;
};
wlan {