qualcommax: convert qca807x PHY to PHY package implementation
[openwrt/staging/wigyori.git] / target / linux / qualcommax / files / arch / arm64 / boot / dts / qcom / ipq8074-wax630.dts
index 48b1fee1ea543be2d19e5060ddb94b9aa14dffb2..91561e5c2ad3b166d7ec5f1e6af665c7f851953e 100644 (file)
        pinctrl-names = "default";
        reset-gpios = <&tlmm 37 GPIO_ACTIVE_LOW>;
 
-       qca8075: ethernet-phy@3 {
-               compatible = "ethernet-phy-ieee802.3-c22";
-               reg = <3>;
+       ethernet-phy-package@0 {
+               #address-cells = <1>;
+               #size-cells = <0>;
+               compatible = "qcom,qca8075-package";
+               reg = <0>;
+
+               qca8075_3: ethernet-phy@3 {
+                       compatible = "ethernet-phy-ieee802.3-c22";
+                       reg = <3>;
+               };
        };
 
        qca8081: ethernet-phy@28 {
 
 &dp4 {
        status = "okay";
-       phy-handle = <&qca8075>;
+       phy-handle = <&qca8075_3>;
        label = "lan2";
 };