[openwrt/openwrt] ipq40xx: make GL.iNet A1300 switch functional

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 20 09:22:23 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/83a04cd2b89f3bca2be3a4467b7ea710c7c6ba4f

commit 83a04cd2b89f3bca2be3a4467b7ea710c7c6ba4f
Author: Chris Jones <cmsj at tenshu.net>
AuthorDate: Sat Oct 19 21:50:54 2024 +0100

    ipq40xx: make GL.iNet A1300 switch functional
    
    Set the physical switch to KEY_RFKILL, since its previous value
    (KEY_SETUP) is unsupported. This should also make the KEY_RESET button
    functional, by allowing the gpio-button-hotplug kmod to load.
    
    Signed-off-by: Chris Jones <cmsj at tenshu.net>
    Link: https://github.com/openwrt/openwrt/pull/16564
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 .../files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-gl-a1300.dts     | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-gl-a1300.dts b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-gl-a1300.dts
index cdb0093217..d8b4300a52 100644
--- a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-gl-a1300.dts
+++ b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4018-gl-a1300.dts
@@ -59,10 +59,11 @@
 			linux,code = <KEY_RESTART>;
 		};
 
-		switch {
-			label = "switch-button";
+		rfkill {
+			label = "WiFi on/off switch";
 			gpios = <&tlmm 0 GPIO_ACTIVE_LOW>;
-			linux,code = <KEY_SETUP>;
+			linux,code = <KEY_RFKILL>;
+			linux,input-type = <EV_SW>;
 		};
 	};
 




More information about the lede-commits mailing list