summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRosen Penev2025-11-28 02:31:52 +0000
committerHauke Mehrtens2025-11-30 18:06:13 +0000
commit2f30e14c494c2d40e4e8c248fa8bd81e67a28478 (patch)
treebdfe5e2ceaf90210dcc40f7b8a5298a290b0ef77
parent099807bea57d5c47cc5793ce4c02fd96d5ecfa40 (diff)
downloadopenwrt-2f30e14c494c2d40e4e8c248fa8bd81e67a28478.tar.gz
ath79: convert pcie gpios to led-sources
Simpler dts. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19860 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/ath79/dts/ar7161_aruba_ap-105.dts38
-rw-r--r--target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts30
-rw-r--r--target/linux/ath79/dts/ar7161_netgear_wndap360.dts34
-rw-r--r--target/linux/ath79/dts/ar7240_dlink_dir-615-e4.dts20
-rw-r--r--target/linux/ath79/dts/ar7240_tplink.dtsi18
-rw-r--r--target/linux/ath79/dts/ar7241_tplink_tl-wr842n-v1.dts18
6 files changed, 52 insertions, 106 deletions
diff --git a/target/linux/ath79/dts/ar7161_aruba_ap-105.dts b/target/linux/ath79/dts/ar7161_aruba_ap-105.dts
index 5e72759643..2d295ff3fb 100644
--- a/target/linux/ath79/dts/ar7161_aruba_ap-105.dts
+++ b/target/linux/ath79/dts/ar7161_aruba_ap-105.dts
@@ -49,22 +49,6 @@
};
};
- ath9k-leds {
- compatible = "gpio-leds";
-
- wifi_2g_green {
- label = "green:wlan2g";
- gpios = <&ath9k0 5 GPIO_ACTIVE_LOW>;
- linux,default-trigger = "phy0tpt";
- };
-
- wifi_5g_green {
- label = "green:wlan5g";
- gpios = <&ath9k1 5 GPIO_ACTIVE_LOW>;
- linux,default-trigger = "phy1tpt";
- };
- };
-
keys {
compatible = "gpio-keys";
@@ -97,22 +81,28 @@
&pcie0 {
status = "okay";
- ath9k0: wifi@11,0 { /* 2.4 GHz */
+ wifi@11,0 { /* 2.4 GHz */
compatible = "pci168c,0029";
+ reg = <0x8800 0 0 0 0>;
nvmem-cells = <&macaddr_hwinfo_1c 1>;
nvmem-cell-names = "mac-address";
- reg = <0x8800 0 0 0 0>;
- #gpio-cells = <2>;
- gpio-controller;
+
+ led {
+ led-sources = <5>;
+ led-active-low;
+ };
};
- ath9k1: wifi@12,0 { /* 5 GHz */
+ wifi@12,0 { /* 5 GHz */
compatible = "pci168c,0029";
+ reg = <0x9000 0 0 0 0>;
nvmem-cells = <&macaddr_hwinfo_1c 2>;
nvmem-cell-names = "mac-address";
- reg = <0x9000 0 0 0 0>;
- #gpio-cells = <2>;
- gpio-controller;
+
+ led {
+ led-sources = <5>;
+ led-active-low;
+ };
};
};
diff --git a/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts b/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts
index e6d2db57c0..0363f0e49b 100644
--- a/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts
+++ b/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts
@@ -58,22 +58,6 @@
};
};
- ath9k-leds {
- compatible = "gpio-leds";
-
- wlan2g {
- label = "blue:wlan2g";
- gpios = <&ath9k0 5 GPIO_ACTIVE_LOW>;
- linux,default-trigger = "phy0tpt";
- };
-
- wlan5g {
- label = "blue:wlan5g";
- gpios = <&ath9k1 5 GPIO_ACTIVE_LOW>;
- linux,default-trigger = "phy1tpt";
- };
- };
-
keys {
compatible = "gpio-keys";
@@ -146,8 +130,11 @@
reg = <0x8800 0 0 0 0>;
nvmem-cells = <&macaddr_lan 0>, <&cal_art_1000>;
nvmem-cell-names = "mac-address", "calibration";
- #gpio-cells = <2>;
- gpio-controller;
+
+ led {
+ led-sources = <5>;
+ led-active-low;
+ };
};
ath9k1: wifi@12,0 {
@@ -155,8 +142,11 @@
reg = <0x9000 0 0 0 0>;
nvmem-cells = <&macaddr_wan 1>, <&cal_art_5000>;
nvmem-cell-names = "mac-address", "calibration";
- #gpio-cells = <2>;
- gpio-controller;
+
+ led {
+ led-sources = <5>;
+ led-active-low;
+ };
};
};
diff --git a/target/linux/ath79/dts/ar7161_netgear_wndap360.dts b/target/linux/ath79/dts/ar7161_netgear_wndap360.dts
index 2acdba1c86..b0efc07e08 100644
--- a/target/linux/ath79/dts/ar7161_netgear_wndap360.dts
+++ b/target/linux/ath79/dts/ar7161_netgear_wndap360.dts
@@ -27,22 +27,6 @@
};
};
- ath9k-leds {
- compatible = "gpio-leds";
-
- wifi_2g_green {
- label = "green:wlan2g";
- gpios = <&ath9k0 5 GPIO_ACTIVE_LOW>;
- linux,default-trigger = "phy0tpt";
- };
-
- wifi_5g_green {
- label = "green:wlan5g";
- gpios = <&ath9k1 5 GPIO_ACTIVE_LOW>;
- linux,default-trigger = "phy1tpt";
- };
- };
-
keys {
compatible = "gpio-keys";
@@ -149,21 +133,27 @@
&pcie0 {
status = "okay";
- ath9k0: wifi@11,0 {
+ wifi@11,0 {
compatible = "pci168c,0029";
reg = <0x8800 0 0 0 0>;
nvmem-cells = <&macaddr_art_120c>, <&calibration_art_1000>;
nvmem-cell-names = "mac-address", "calibration";
- #gpio-cells = <2>;
- gpio-controller;
+
+ led {
+ led-sources = <5>;
+ led-active-low;
+ };
};
- ath9k1: wifi@12,0 {
+ wifi@12,0 {
compatible = "pci168c,0029";
reg = <0x9000 0 0 0 0>;
nvmem-cells = <&macaddr_art_520c 1>, <&calibration_art_5000>;
nvmem-cell-names = "mac-address", "calibration";
- #gpio-cells = <2>;
- gpio-controller;
+
+ led {
+ led-sources = <5>;
+ led-active-low;
+ };
};
};
diff --git a/target/linux/ath79/dts/ar7240_dlink_dir-615-e4.dts b/target/linux/ath79/dts/ar7240_dlink_dir-615-e4.dts
index 18eb6f8c74..52ef729512 100644
--- a/target/linux/ath79/dts/ar7240_dlink_dir-615-e4.dts
+++ b/target/linux/ath79/dts/ar7240_dlink_dir-615-e4.dts
@@ -90,17 +90,6 @@
gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
};
};
-
- ath9k-leds {
- compatible = "gpio-leds";
-
- wlan {
- function = LED_FUNCTION_WLAN;
- color = <LED_COLOR_ID_GREEN>;
- gpios = <&ath9k 1 GPIO_ACTIVE_LOW>;
- linux,default-trigger = "phy0tpt";
- };
- };
};
&spi {
@@ -160,13 +149,16 @@
&pcie {
status = "okay";
- ath9k: wifi@0,0 {
+ wifi@0,0 {
compatible = "pci168c,002e";
reg = <0x0000 0 0 0 0>;
nvmem-cells = <&cal_art_1000>;
nvmem-cell-names = "calibration";
- #gpio-cells = <2>;
- gpio-controller;
+
+ led {
+ led-sources = <1>;
+ led-actice-low;
+ };
};
};
diff --git a/target/linux/ath79/dts/ar7240_tplink.dtsi b/target/linux/ath79/dts/ar7240_tplink.dtsi
index 10256838b1..0d9b2a5c1b 100644
--- a/target/linux/ath79/dts/ar7240_tplink.dtsi
+++ b/target/linux/ath79/dts/ar7240_tplink.dtsi
@@ -49,17 +49,6 @@
gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
};
};
-
- ath9k-leds {
- compatible = "gpio-leds";
-
- wlan {
- function = LED_FUNCTION_WLAN;
- color = <LED_COLOR_ID_GREEN>;
- gpios = <&ath9k 1 GPIO_ACTIVE_LOW>;
- linux,default-trigger = "phy0tpt";
- };
- };
};
&spi {
@@ -128,8 +117,11 @@
reg = <0x0000 0 0 0 0>;
nvmem-cells = <&macaddr_uboot_1fc00 0>, <&calibration_art_1000>;
nvmem-cell-names = "mac-address", "calibration";
- #gpio-cells = <2>;
- gpio-controller;
+
+ led {
+ led-sources = <1>;
+ led-active-low;
+ };
};
};
diff --git a/target/linux/ath79/dts/ar7241_tplink_tl-wr842n-v1.dts b/target/linux/ath79/dts/ar7241_tplink_tl-wr842n-v1.dts
index 8369010688..b60731224a 100644
--- a/target/linux/ath79/dts/ar7241_tplink_tl-wr842n-v1.dts
+++ b/target/linux/ath79/dts/ar7241_tplink_tl-wr842n-v1.dts
@@ -57,17 +57,6 @@
};
};
- ath9k-leds {
- compatible = "gpio-leds";
-
- wlan {
- function = LED_FUNCTION_WLAN;
- color = <LED_COLOR_ID_GREEN>;
- gpios = <&ath9k 0 GPIO_ACTIVE_LOW>;
- linux,default-trigger = "phy0tpt";
- };
- };
-
gpio-export {
compatible = "gpio-export";
@@ -149,10 +138,13 @@
ath9k: wifi@0,0 {
compatible = "pci168c,002e";
reg = <0x0000 0 0 0 0>;
- #gpio-cells = <2>;
- gpio-controller;
nvmem-cells = <&macaddr_uboot_1fc00 0>, <&cal_art_1000>;
nvmem-cell-names = "mac-address", "calibration";
+
+ led {
+ led-sources = <0>;
+ led-active-low;
+ };
};
};