ipq40xx: fixup remaining devices that dont use QCA807x PHY
[openwrt/staging/pepe2k.git] / target / linux / ipq40xx / files-6.6 / arch / arm / boot / dts / qcom / qcom-ipq4029-insect-common.dtsi
index da22d4a67139d9ea618e4100318b484bc203112e..3637b96d24dae90323a462175c84abd43c335e3d 100644 (file)
        status = "okay";
        pinctrl-0 = <&mdio_pins>;
        pinctrl-names = "default";
+
+       ar8035: ethernet-phy@1 {
+               reg = <1>;
+       };
 };
 
 &gmac {
        status = "okay";
 
        label = "lan";
-       phy-handle = <&ethphy1>;
+       phy-handle = <&ar8035>;
        phy-mode = "rgmii-rxid";
 };
 
+&qca807x {
+       status = "disabled";
+};
+
 &ethphy0 {
        status = "disabled";
 };
 
+&ethphy1 {
+       status = "disabled";
+};
+
 &ethphy2 {
        status = "disabled";
 };