[openwrt/openwrt] bmips: vr-3032u: fix gpio keys
LEDE Commits
lede-commits at lists.infradead.org
Mon Mar 29 17:24:36 BST 2021
noltari pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1b1a9d1944783705f96abde85d3981a618fec630
commit 1b1a9d1944783705f96abde85d3981a618fec630
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Wed Mar 24 11:11:47 2021 +0100
bmips: vr-3032u: fix gpio keys
These GPIO keys were assigned to incorrect pins.
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts | 4 ++--
1 file 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>;
};
More information about the lede-commits
mailing list