[OpenWrt-Devel] Subject: [PATCH 2/2] ath79: GL.iNet AR300M family: Correct DTS LED definitions

Jeff Klesky lede at allycomm.com
Sun Jan 20 18:30:45 EST 2019


Follow-on patch to [PATCH 1/2] ath79: Add GL.iNet AR-300M-Lite present in
"Re: [OpenWrt-Devel] [PATCH] ath79: Add GL.iNet AR-300M-Lite: Setup with eth0 as LAN"

The familiar boot-sequence LED behavior is now present.

Jeff


 From f485678e7f37b3f2995fefc1e7c41794091bd73e Mon Sep 17 00:00:00 2001
From: Jeff Kletsky <git-commits at allycomm.com>
Date: Sun, 20 Jan 2019 14:48:09 -0800
Subject: [PATCH 2/2] ath79: GL.iNet AR300M family: Correct DTS LED 
definitions

Change the "status" LED to proper GPIO 12 and "red" naming.

Remove GPIO 2 from definition as a USB LED.

GPIO 2 is used to control power to the USB socket, not an LED.
As such, PWM on the line or typical LED triggers are inappropriate.
Users who wish to control the USB power for custom applications
can manipulate the GPIO through code, or for example, export it
through /sys/class/gpio/export.

Runtime-tested:  GL.iNet AR300M-Lite

Signed-off-by: Jeff Kletsky <git-commits at allycomm.com>
---
  target/linux/ath79/dts/qca9531_glinet_gl-ar300m.dtsi | 11 ++---------
  1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/target/linux/ath79/dts/qca9531_glinet_gl-ar300m.dtsi 
b/target/linux/ath79/dts/qca9531_glinet_gl-ar300m.dtsi
index 2a0c4385cd..9baa6235b2 100644
--- a/target/linux/ath79/dts/qca9531_glinet_gl-ar300m.dtsi
+++ b/target/linux/ath79/dts/qca9531_glinet_gl-ar300m.dtsi
@@ -41,13 +41,6 @@
      leds {
          compatible = "gpio-leds";

-        usb {
-            label = "gl-ar300m:green:usb";
-            gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
-            trigger-sources = <&hub_port>;
-            linux,default-trigger = "usbport";
-        };
-
          wlan {
              label = "gl-ar300m:green:wlan";
              gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
@@ -60,8 +53,8 @@
          };

          led_status: status {
-            label = "gl-ar300m:green:status";
-            gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
+            label = "gl-ar300m:red:status";
+            gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
          };
      };
  };
-- 
2.11.0



_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list