[openwrt/openwrt] airoha: an7581: correct phy nodename

LEDE Commits lede-commits at lists.infradead.org
Sun Jan 4 16:01:37 PST 2026


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/077120fb64450f6780f07139faccd67e587560a5

commit 077120fb64450f6780f07139faccd67e587560a5
Author: Ziyang Huang <hzyitc at outlook.com>
AuthorDate: Sun Oct 19 17:51:28 2025 +0800

    airoha: an7581: correct phy nodename
    
    Let node unit address same as reg.
    
    Signed-off-by: Ziyang Huang <hzyitc at outlook.com>
    Link: https://github.com/openwrt/openwrt/pull/20482
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/airoha/dts/an7581.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/target/linux/airoha/dts/an7581.dtsi b/target/linux/airoha/dts/an7581.dtsi
index 6d7875b6c1..c9d039fd71 100644
--- a/target/linux/airoha/dts/an7581.dtsi
+++ b/target/linux/airoha/dts/an7581.dtsi
@@ -985,7 +985,7 @@
 				#address-cells = <1>;
 				#size-cells = <0>;
 
-				gsw_phy1: ethernet-phy at 1 {
+				gsw_phy1: ethernet-phy at 9 {
 					compatible = "ethernet-phy-ieee802.3-c22";
 					reg = <9>;
 					phy-mode = "internal";
@@ -1007,7 +1007,7 @@
 					};
 				};
 
-				gsw_phy2: ethernet-phy at 2 {
+				gsw_phy2: ethernet-phy at a {
 					compatible = "ethernet-phy-ieee802.3-c22";
 					reg = <10>;
 					phy-mode = "internal";
@@ -1029,7 +1029,7 @@
 					};
 				};
 
-				gsw_phy3: ethernet-phy at 3 {
+				gsw_phy3: ethernet-phy at b {
 					compatible = "ethernet-phy-ieee802.3-c22";
 					reg = <11>;
 					phy-mode = "internal";
@@ -1051,7 +1051,7 @@
 					};
 				};
 
-				gsw_phy4: ethernet-phy at 4 {
+				gsw_phy4: ethernet-phy at c {
 					compatible = "ethernet-phy-ieee802.3-c22";
 					reg = <12>;
 					phy-mode = "internal";




More information about the lede-commits mailing list