From e88d27b264129469ce95cf310cec7fda3613ea1c Mon Sep 17 00:00:00 2001 From: mooleshacat <43627985+mooleshacat@users.noreply.github.com> Date: Wed, 17 Jun 2026 05:25:32 -0400 Subject: [PATCH] cal phy 12->13 --- .../boot/dts/qcom/qcom-ipq4019-tew-829dru.dts | 21 +++---------------- 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-tew-829dru.dts b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-tew-829dru.dts index f10ad9f563..eb7724481b 100644 --- a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-tew-829dru.dts +++ b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-tew-829dru.dts @@ -72,7 +72,7 @@ * psgmii-ethphy points to ethphy12 (LAN3/combo port). * This is the PSGMII calibration PHY for SerDes bring-up sequencing. */ - psgmii-ethphy = <ðphy12>; + psgmii-ethphy = <ðphy13>; /delete-node/ ports; /* nuke ALL upstream port definitions first */ @@ -179,7 +179,8 @@ ethphy9: ethernet-phy@9 { reg = <9>; }; /* WAN2 */ ethphy10: ethernet-phy@10 { reg = <10>; }; /* LAN1 */ ethphy11: ethernet-phy@11 { reg = <11>; }; /* LAN2 */ - ethphy12: ethernet-phy@12 { reg = <12>; }; /* LAN3 / PSGMII cal PHY */ + ethphy12: ethernet-phy@12 { reg = <12>; }; /* LAN3 */ + ethphy13: ethernet-phy@13 { reg = <13>; }; /* PSGMII cal PHY */ }; /* @@ -196,17 +197,6 @@ dsa,member = <1 0>; - mdio { - #address-cells = <1>; - #size-cells = <0>; - - qca8337_phy0: ethernet-phy@0 { reg = <0>; }; /* LAN4 */ - qca8337_phy1: ethernet-phy@1 { reg = <1>; }; /* LAN5 */ - qca8337_phy2: ethernet-phy@2 { reg = <2>; }; /* LAN6 */ - qca8337_phy3: ethernet-phy@3 { reg = <3>; }; /* LAN7 */ - qca8337_phy4: ethernet-phy@4 { reg = <4>; }; /* LAN8 */ - }; - ports { #address-cells = <1>; #size-cells = <0>; @@ -225,31 +215,26 @@ port@1 { reg = <1>; label = "lan4"; - phy-handle = <&qca8337_phy0>; }; port@2 { reg = <2>; label = "lan5"; - phy-handle = <&qca8337_phy1>; }; port@3 { reg = <3>; label = "lan6"; - phy-handle = <&qca8337_phy2>; }; port@4 { reg = <4>; label = "lan7"; - phy-handle = <&qca8337_phy3>; }; port@5 { reg = <5>; label = "lan8"; - phy-handle = <&qca8337_phy4>; }; }; };