From: YaleiZang Date: Tue, 23 Jun 2026 03:34:02 +0000 (+0800) Subject: airoha: align ethernet-phy node name with reg property X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F23920%2Fhead;p=thirdparty%2Fopenwrt.git airoha: align ethernet-phy node name with reg property Change ethernet-phy node name for alignment with reg. This enhances the clarity and maintainability of the device-tree. Signed-off-by: YaleiZang Link: https://github.com/openwrt/openwrt/pull/23920 Signed-off-by: Jonas Jelonek --- diff --git a/target/linux/airoha/dts/an7583.dtsi b/target/linux/airoha/dts/an7583.dtsi index 98feaa13380..33ac571ca31 100644 --- a/target/linux/airoha/dts/an7583.dtsi +++ b/target/linux/airoha/dts/an7583.dtsi @@ -751,7 +751,7 @@ #address-cells = <1>; #size-cells = <0>; - gsw_phy1: ethernet-phy@1 { + gsw_phy1: ethernet-phy@9 { compatible = "ethernet-phy-ieee802.3-c22"; reg = <9>; phy-mode = "internal"; @@ -774,7 +774,7 @@ }; }; - gsw_phy2: ethernet-phy@2 { + gsw_phy2: ethernet-phy@a { compatible = "ethernet-phy-ieee802.3-c22"; reg = <10>; phy-mode = "internal"; @@ -797,7 +797,7 @@ }; }; - gsw_phy3: ethernet-phy@3 { + gsw_phy3: ethernet-phy@b { compatible = "ethernet-phy-ieee802.3-c22"; reg = <11>; phy-mode = "internal"; @@ -820,7 +820,7 @@ }; }; - gsw_phy4: ethernet-phy@4 { + gsw_phy4: ethernet-phy@c { compatible = "ethernet-phy-ieee802.3-c22"; reg = <12>; phy-mode = "internal";