diff options
| author | Ziyang Huang | 2025-10-19 09:34:53 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-02-07 15:59:12 +0000 |
| commit | 7000e421f1092c330836fae4379fa449b8258a9f (patch) | |
| tree | 06e9219c16d636117fd09bea770fad623facf6cc | |
| parent | 90d68d3f02e330f6fdd6dfcccc2c261bf357a6bd (diff) | |
| download | openwrt-7000e421f1092c330836fae4379fa449b8258a9f.tar.gz | |
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@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/20482
(cherry picked from commit 65aed6aa12c6ca0ed7afa74c992d5376605320e2)
Link: https://github.com/openwrt/openwrt/pull/21838
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/airoha/dts/an7581-evb-emmc.dts | 8 | ||||
| -rw-r--r-- | 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"; }; |