summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiyang Huang2025-10-19 09:51:28 +0000
committerChristian Marangi2026-03-10 23:21:17 +0000
commit2045b37953a8dccd8adb6b0c85d3b2be8d3aff26 (patch)
tree4aa0c040cabd082b69b8cdec21971eaae5d43c48
parent0dbc3f8a3c01afb5141f4feb80a0d6edfd04c247 (diff)
downloadopenwrt-2045b37953a8dccd8adb6b0c85d3b2be8d3aff26.tar.gz
airoha: an7581: correct phy nodename
Let node unit address same as reg. Signed-off-by: Ziyang Huang <hzyitc@outlook.com> Link: https://github.com/openwrt/openwrt/pull/20482 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit 077120fb64450f6780f07139faccd67e587560a5)
-rw-r--r--target/linux/airoha/dts/an7581.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/airoha/dts/an7581.dtsi b/target/linux/airoha/dts/an7581.dtsi
index 98725e060d..c24ef30da6 100644
--- a/target/linux/airoha/dts/an7581.dtsi
+++ b/target/linux/airoha/dts/an7581.dtsi
@@ -969,7 +969,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";
@@ -991,7 +991,7 @@
};
};
- gsw_phy2: ethernet-phy@2 {
+ gsw_phy2: ethernet-phy@a {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <10>;
phy-mode = "internal";
@@ -1013,7 +1013,7 @@
};
};
- gsw_phy3: ethernet-phy@3 {
+ gsw_phy3: ethernet-phy@b {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <11>;
phy-mode = "internal";
@@ -1035,7 +1035,7 @@
};
};
- gsw_phy4: ethernet-phy@4 {
+ gsw_phy4: ethernet-phy@c {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <12>;
phy-mode = "internal";