From: Álvaro Fernández Rojas Date: Wed, 24 Mar 2021 10:11:47 +0000 (+0100) Subject: bmips: vr-3032u: fix gpio keys X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1b1a9d1944783705f96abde85d3981a618fec630;p=openwrt%2Fstaging%2Fzorun.git bmips: vr-3032u: fix gpio keys These GPIO keys were assigned to incorrect pins. Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts b/target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts index d82247d26c..1a0226f3c3 100644 --- a/target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts +++ b/target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts @@ -21,14 +21,14 @@ reset { label = "reset"; - gpios = <&pinctrl 33 GPIO_ACTIVE_LOW>; + gpios = <&pinctrl 32 GPIO_ACTIVE_LOW>; linux,code = ; debounce-interval = <60>; }; wps { label = "wps"; - gpios = <&pinctrl 34 GPIO_ACTIVE_LOW>; + gpios = <&pinctrl 33 GPIO_ACTIVE_LOW>; linux,code = ; debounce-interval = <60>; };