[openwrt/openwrt] airoha: an7581: correct led nodename
LEDE Commits
lede-commits at lists.infradead.org
Sun Jan 4 16:01:38 PST 2026
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/f5bf8c2b948201a8e1e62b47049ab9f7b9d842bf
commit f5bf8c2b948201a8e1e62b47049ab9f7b9d842bf
Author: Ziyang Huang <hzyitc at outlook.com>
AuthorDate: Sun Oct 19 17:45:48 2025 +0800
airoha: an7581: correct led nodename
Use standard name.
Signed-off-by: Ziyang Huang <hzyitc at outlook.com>
Link: https://github.com/openwrt/openwrt/pull/20482
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/airoha/dts/an7581.dtsi | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/target/linux/airoha/dts/an7581.dtsi b/target/linux/airoha/dts/an7581.dtsi
index c9d039fd71..e450c94c56 100644
--- a/target/linux/airoha/dts/an7581.dtsi
+++ b/target/linux/airoha/dts/an7581.dtsi
@@ -995,12 +995,12 @@
#address-cells = <1>;
#size-cells = <0>;
- gsw_phy1_led0: gsw-phy1-led0 at 0 {
+ gsw_phy1_led0: led at 0 {
reg = <0>;
status = "disabled";
};
- gsw_phy1_led1: gsw-phy1-led1 at 1 {
+ gsw_phy1_led1: led at 1 {
reg = <1>;
status = "disabled";
};
@@ -1017,12 +1017,12 @@
#address-cells = <1>;
#size-cells = <0>;
- gsw_phy2_led0: gsw-phy2-led0 at 0 {
+ gsw_phy2_led0: led at 0 {
reg = <0>;
status = "disabled";
};
- gsw_phy2_led1: gsw-phy2-led1 at 1 {
+ gsw_phy2_led1: led at 1 {
reg = <1>;
status = "disabled";
};
@@ -1039,12 +1039,12 @@
#address-cells = <1>;
#size-cells = <0>;
- gsw_phy3_led0: gsw-phy3-led0 at 0 {
+ gsw_phy3_led0: led at 0 {
reg = <0>;
status = "disabled";
};
- gsw_phy3_led1: gsw-phy3-led1 at 1 {
+ gsw_phy3_led1: led at 1 {
reg = <1>;
status = "disabled";
};
@@ -1061,12 +1061,12 @@
#address-cells = <1>;
#size-cells = <0>;
- gsw_phy4_led0: gsw-phy4-led0 at 0 {
+ gsw_phy4_led0: led at 0 {
reg = <0>;
status = "disabled";
};
- gsw_phy4_led1: gsw-phy4-led1 at 1 {
+ gsw_phy4_led1: led at 1 {
reg = <1>;
status = "disabled";
};
More information about the lede-commits
mailing list