qualcommax: convert qca807x PHY to PHY package implementation
[openwrt/staging/jow.git] / target / linux / qualcommax / files / arch / arm64 / boot / dts / qcom / ipq8070-cax1800.dts
index 0ca2edcb2ca7c361977f88758871a9671c98c6b0..e62ae314fb5d82be09c51643f782e34166941b08 100644 (file)
 
        reset-gpios = <&tlmm 37 GPIO_ACTIVE_LOW>;
 
-       qca8075: ethernet-phy@4 {
-               compatible = "ethernet-phy-ieee802.3-c22";
-               reg = <4>;
+       ethernet-phy-package@0 {
+               #address-cells = <1>;
+               #size-cells = <0>;
+               compatible = "qcom,qca8075-package";
+               reg = <0>;
+
+               qca8075_4: ethernet-phy@4 {
+                       compatible = "ethernet-phy-ieee802.3-c22";
+                       reg = <4>;
+               };
        };
 };
 
 
 &dp5 {
        status = "okay";
-       phy-handle = <&qca8075>;
+       phy-handle = <&qca8075_4>;
        label = "lan";
 };