[openwrt/openwrt] airoha: an7581: correct the pinctrl-name of phy leds
LEDE Commits
lede-commits at lists.infradead.org
Sun Jan 4 16:01:33 PST 2026
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/65aed6aa12c6ca0ed7afa74c992d5376605320e2
commit 65aed6aa12c6ca0ed7afa74c992d5376605320e2
Author: Ziyang Huang <hzyitc at outlook.com>
AuthorDate: Sun Oct 19 17:34:53 2025 +0800
airoha: an7581: correct the pinctrl-name of phy leds
address the following issues:
[ 3.542844] mdio_bus mt7530-0: Failed to setup PHY LED pinctrl
[ 3.552550] mdio_bus mt7530-0: Failed to setup PHY LED pinctrl
[ 3.562449] mdio_bus mt7530-0: Failed to setup PHY LED pinctrl
[ 3.574350] mdio_bus mt7530-0: Failed to setup PHY LED pinctrl
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-evb-emmc.dts | 8 ++++----
target/linux/airoha/dts/an7581-evb.dts | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/target/linux/airoha/dts/an7581-evb-emmc.dts b/target/linux/airoha/dts/an7581-evb-emmc.dts
index ee800b6131..6c128c14ea 100644
--- a/target/linux/airoha/dts/an7581-evb-emmc.dts
+++ b/target/linux/airoha/dts/an7581-evb-emmc.dts
@@ -254,7 +254,7 @@
};
&gsw_phy1 {
- pinctrl-names = "led";
+ pinctrl-names = "gbe-led";
pinctrl-0 = <&gswp1_led0_pins>;
status = "okay";
};
@@ -264,7 +264,7 @@
};
&gsw_phy2 {
- pinctrl-names = "led";
+ pinctrl-names = "gbe-led";
pinctrl-0 = <&gswp2_led0_pins>;
status = "okay";
};
@@ -274,7 +274,7 @@
};
&gsw_phy3 {
- pinctrl-names = "led";
+ pinctrl-names = "gbe-led";
pinctrl-0 = <&gswp3_led0_pins>;
status = "okay";
};
@@ -284,7 +284,7 @@
};
&gsw_phy4 {
- pinctrl-names = "led";
+ pinctrl-names = "gbe-led";
pinctrl-0 = <&gswp4_led0_pins>;
status = "okay";
};
diff --git a/target/linux/airoha/dts/an7581-evb.dts b/target/linux/airoha/dts/an7581-evb.dts
index 9e88bc8a77..914b4df276 100644
--- a/target/linux/airoha/dts/an7581-evb.dts
+++ b/target/linux/airoha/dts/an7581-evb.dts
@@ -219,7 +219,7 @@
};
&gsw_phy1 {
- pinctrl-names = "led";
+ pinctrl-names = "gbe-led";
pinctrl-0 = <&gswp1_led0_pins>;
status = "okay";
};
@@ -229,7 +229,7 @@
};
&gsw_phy2 {
- pinctrl-names = "led";
+ pinctrl-names = "gbe-led";
pinctrl-0 = <&gswp2_led0_pins>;
status = "okay";
};
@@ -239,7 +239,7 @@
};
&gsw_phy3 {
- pinctrl-names = "led";
+ pinctrl-names = "gbe-led";
pinctrl-0 = <&gswp3_led0_pins>;
status = "okay";
};
@@ -249,7 +249,7 @@
};
&gsw_phy4 {
- pinctrl-names = "led";
+ pinctrl-names = "gbe-led";
pinctrl-0 = <&gswp4_led0_pins>;
status = "okay";
};
More information about the lede-commits
mailing list