aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSigned-off-by: Daniel Gonzalez <dgcbueu@gmail.com>2016-09-28 09:49:26 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-09-28 09:49:26 +0200
commit5d91613a4e6310fc26e59f113f5248f69375797f (patch)
tree04f267cf3d49c63cbff9f00ba539cf3ccf8c9020
parent62e4b4f6222baa67fb01fd69988040c512a71517 (diff)
downloadmaster-187ad058-5d91613a4e6310fc26e59f113f5248f69375797f.tar.gz
master-187ad058-5d91613a4e6310fc26e59f113f5248f69375797f.tar.bz2
master-187ad058-5d91613a4e6310fc26e59f113f5248f69375797f.zip
brcm63xx: fix HG556a C button
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>
-rw-r--r--target/linux/brcm63xx/dts/hg556a-c.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/dts/hg556a-c.dts b/target/linux/brcm63xx/dts/hg556a-c.dts
index 3e64a2fb18..ada2a8ca0c 100644
--- a/target/linux/brcm63xx/dts/hg556a-c.dts
+++ b/target/linux/brcm63xx/dts/hg556a-c.dts
@@ -21,7 +21,7 @@
help {
label = "help";
- gpios = <&gpio0 8 1>;
+ gpios = <&gpio1 4 1>;
linux,code = <KEY_HELP>;
};
wlan {