From: Ziyang Huang Date: Sun, 19 Oct 2025 09:34:53 +0000 (+0800) Subject: airoha: an7581: correct the pinctrl-name of phy leds X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65aed6aa12c6ca0ed7afa74c992d5376605320e2;p=thirdparty%2Fopenwrt.git 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 Link: https://github.com/openwrt/openwrt/pull/20482 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/airoha/dts/an7581-evb-emmc.dts b/target/linux/airoha/dts/an7581-evb-emmc.dts index ee800b61314..6c128c14ead 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 9e88bc8a77b..914b4df2760 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"; };