diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-03-24 11:11:47 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-03-29 18:23:25 +0200 |
commit | 1b1a9d1944783705f96abde85d3981a618fec630 (patch) | |
tree | f900fbf7de5d3a6da3df7a91a113a0e68ac807f0 /target/linux/bmips | |
parent | 483cc69fef80c1a6d0309e91a797214037bb83e3 (diff) | |
download | upstream-1b1a9d1944783705f96abde85d3981a618fec630.tar.gz upstream-1b1a9d1944783705f96abde85d3981a618fec630.tar.bz2 upstream-1b1a9d1944783705f96abde85d3981a618fec630.zip |
bmips: vr-3032u: fix gpio keys
These GPIO keys were assigned to incorrect pins.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips')
-rw-r--r-- | target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts | 4 |
1 files changed, 2 insertions, 2 deletions
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 = <KEY_RESTART>; debounce-interval = <60>; }; wps { label = "wps"; - gpios = <&pinctrl 34 GPIO_ACTIVE_LOW>; + gpios = <&pinctrl 33 GPIO_ACTIVE_LOW>; linux,code = <KEY_WPS_BUTTON>; debounce-interval = <60>; }; |