From 4745f757a7d6b571d2279052b40a0dc5ba1ab2a0 Mon Sep 17 00:00:00 2001 From: YaleiZang Date: Tue, 23 Jun 2026 11:34:02 +0800 Subject: [PATCH] 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 --- target/linux/airoha/dts/an7583.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"; -- 2.47.3