[openwrt/openwrt] bmips: use led-sources for ath9k

LEDE Commits lede-commits at lists.infradead.org
Mon Dec 8 08:28:45 PST 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/5ba9354fc5644f2b34295437fa41c16b9832db52

commit 5ba9354fc5644f2b34295437fa41c16b9832db52
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Fri Dec 5 19:34:37 2025 -0800

    bmips: use led-sources for ath9k
    
    Avoids having to create a custom LED for wifi.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/21058
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts | 18 ++++--------------
 target/linux/bmips/dts/bcm6358-huawei-hg556a-a.dts    | 18 ++++--------------
 target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts    | 18 ++++--------------
 3 files changed, 12 insertions(+), 42 deletions(-)

diff --git a/target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts b/target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts
index d7e476b236..0127896ec5 100644
--- a/target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts
+++ b/target/linux/bmips/dts/bcm6328-dlink-dsl-2750b-b1.dts
@@ -48,17 +48,6 @@
 			linux,default-trigger = "usbport";
 		};
 	};
-
-	ath9k-leds {
-		compatible = "gpio-leds";
-
-		led-8 {
-			function = LED_FUNCTION_WLAN;
-			color = <LED_COLOR_ID_GREEN>;
-			gpios = <&ath9k 8 GPIO_ACTIVE_HIGH>;
-			linux,default-trigger = "phy0tpt";
-		};
-	};
 };
 
 &leds {
@@ -205,15 +194,16 @@
 		device_type = "pci";
 		ranges;
 
-		ath9k: wifi at 0,0 {
+		wifi at 0,0 {
 			compatible = "pci168c,002e";
 			reg = <0 0 0 0 0>;
 
 			nvmem-cells = <&macaddr_cfe_6a0 1>, <&cal_data_1000>;
 			nvmem-cell-names = "mac-address", "calibration";
 
-			#gpio-cells = <2>;
-			gpio-controller;
+			led {
+				led-sources = <8>;
+			};
 		};
 	};
 };
diff --git a/target/linux/bmips/dts/bcm6358-huawei-hg556a-a.dts b/target/linux/bmips/dts/bcm6358-huawei-hg556a-a.dts
index 0c38dc3e7a..2a7399a970 100644
--- a/target/linux/bmips/dts/bcm6358-huawei-hg556a-a.dts
+++ b/target/linux/bmips/dts/bcm6358-huawei-hg556a-a.dts
@@ -5,17 +5,6 @@
 / {
 	model = "Huawei EchoLife HG556a (version A)";
 	compatible = "huawei,hg556a-a", "brcm,bcm6358";
-
-	ath9k-leds {
-		compatible = "gpio-leds";
-
-		led-2 {
-			function = LED_FUNCTION_WLAN;
-			color = <LED_COLOR_ID_RED>;
-			gpios = <&ath9k 2 GPIO_ACTIVE_HIGH>;
-			linux,default-trigger = "phy0tpt";
-		};
-	};
 };
 
 &gpio_keys {
@@ -58,7 +47,7 @@
 &pci {
 	status = "okay";
 
-	ath9k: wifi at 1,0 {
+	wifi at 1,0 {
 		compatible = "pci168c,ff1d";
 		reg = <0x0800 0 0 0 0>;
 
@@ -67,7 +56,8 @@
 		nvmem-cells = <&macaddr_cfe_6a0 1>;
 		nvmem-cell-names = "mac-address";
 
-		#gpio-cells = <2>;
-		gpio-controller;
+		led {
+			led-sources = <2>;
+		};
 	};
 };
diff --git a/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts b/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts
index 925dce4f49..37e1b6e506 100644
--- a/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts
+++ b/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts
@@ -5,17 +5,6 @@
 / {
 	model = "Huawei EchoLife HG556a (version B)";
 	compatible = "huawei,hg556a-b", "brcm,bcm6358";
-
-	ath9k-leds {
-		compatible = "gpio-leds";
-
-		led-2 {
-			function = LED_FUNCTION_WLAN;
-			color = <LED_COLOR_ID_RED>;
-			gpios = <&ath9k 2 GPIO_ACTIVE_HIGH>;
-			linux,default-trigger = "phy0tpt";
-		};
-	};
 };
 
 &gpio_keys {
@@ -58,7 +47,7 @@
 &pci {
 	status = "okay";
 
-	ath9k: wifi at 1,0 {
+	wifi at 1,0 {
 		compatible = "pci168c,0029";
 		reg = <0x0800 0 0 0 0>;
 
@@ -67,7 +56,8 @@
 		nvmem-cells = <&macaddr_cfe_6a0 1>;
 		nvmem-cell-names = "mac-address";
 
-		#gpio-cells = <2>;
-		gpio-controller;
+		led {
+			led-sources = <2>;
+		};
 	};
 };




More information about the lede-commits mailing list