[openwrt/openwrt] ramips: mark toggle input on EX6150 as a switch
LEDE Commits
lede-commits at lists.infradead.org
Sun Feb 14 18:02:32 EST 2021
adrian pushed a commit to openwrt/openwrt.git, branch openwrt-19.07:
https://git.openwrt.org/224fa47bf93769698f847749e06b197293452dbe
commit 224fa47bf93769698f847749e06b197293452dbe
Author: Kurt Roeckx <kurt at roeckx.be>
AuthorDate: Sun Feb 14 14:28:20 2021 +0100
ramips: mark toggle input on EX6150 as a switch
The Netgear EX6150 has an Access Point/Extender switch. Set it as
an EV_SW. Otherwise when it's set to Access Point, it will trigger
failsafe mode during boot.
Fixes: FS#3590
Signed-off-by: Kurt Roeckx <kurt at roeckx.be>
(cherry picked from commit 539966554d6d0686dc8ce62e39ff9e8f4e2d4e74)
---
target/linux/ramips/dts/EX6150.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ramips/dts/EX6150.dts b/target/linux/ramips/dts/EX6150.dts
index a5827f270d..bd0a146533 100644
--- a/target/linux/ramips/dts/EX6150.dts
+++ b/target/linux/ramips/dts/EX6150.dts
@@ -97,6 +97,7 @@
label = "AP/Extender toggle";
gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
linux,code = <BTN_0>;
+ linux,input-type = <EV_SW>;
/* Active when switch is set to "Access Point" */
};
};
More information about the lede-commits
mailing list