Skip to content

Commit 2045b37

Browse files
hzyitcAnsuel
authored andcommitted
airoha: an7581: correct phy nodename
Let node unit address same as reg. Signed-off-by: Ziyang Huang <hzyitc@outlook.com> Link: openwrt/openwrt#20482 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit 077120f)
1 parent 0dbc3f8 commit 2045b37

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

target/linux/airoha/dts/an7581.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@
969969
#address-cells = <1>;
970970
#size-cells = <0>;
971971

972-
gsw_phy1: ethernet-phy@1 {
972+
gsw_phy1: ethernet-phy@9 {
973973
compatible = "ethernet-phy-ieee802.3-c22";
974974
reg = <9>;
975975
phy-mode = "internal";
@@ -991,7 +991,7 @@
991991
};
992992
};
993993

994-
gsw_phy2: ethernet-phy@2 {
994+
gsw_phy2: ethernet-phy@a {
995995
compatible = "ethernet-phy-ieee802.3-c22";
996996
reg = <10>;
997997
phy-mode = "internal";
@@ -1013,7 +1013,7 @@
10131013
};
10141014
};
10151015

1016-
gsw_phy3: ethernet-phy@3 {
1016+
gsw_phy3: ethernet-phy@b {
10171017
compatible = "ethernet-phy-ieee802.3-c22";
10181018
reg = <11>;
10191019
phy-mode = "internal";
@@ -1035,7 +1035,7 @@
10351035
};
10361036
};
10371037

1038-
gsw_phy4: ethernet-phy@4 {
1038+
gsw_phy4: ethernet-phy@c {
10391039
compatible = "ethernet-phy-ieee802.3-c22";
10401040
reg = <12>;
10411041
phy-mode = "internal";

0 commit comments

Comments
 (0)