From 5d91613a4e6310fc26e59f113f5248f69375797f Mon Sep 17 00:00:00 2001 From: "Signed-off-by: Daniel Gonzalez" Date: Wed, 28 Sep 2016 09:49:26 +0200 Subject: [PATCH] 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 --- target/linux/brcm63xx/dts/hg556a-c.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ; }; wlan { -- 2.35.1