Revert "arm64: dts: lx2160a-rdb: Add RGMII PHY nodes for dpmac 17 and 18"
authorIoana Ciornei <ioana.ciornei@nxp.com>
Thu, 22 Apr 2021 09:32:39 +0000 (12:32 +0300)
committerIoana Ciornei <ciorneiioana@gmail.com>
Mon, 26 Apr 2021 09:22:45 +0000 (12:22 +0300)
This reverts commit 873a3f07599f7d64561fde4a64a243b81f0edd7e.

This is already in upstream so the nodes are duplicated.

arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts

index f7b3578..f96bdad 100644 (file)
        status = "okay";
 };
 
-&emdio1 {
-       rgmii_phy1: ethernet-phy@1 {
-               /* AR8035 PHY - "compatible" property not strictly needed */
-               compatible = "ethernet-phy-id004d.d072";
-               reg = <0x1>;
-               /* Poll mode - no "interrupts" property defined */
-       };
-       rgmii_phy2: ethernet-phy@2 {
-               /* AR8035 PHY - "compatible" property not strictly needed */
-               compatible = "ethernet-phy-id004d.d072";
-               reg = <0x2>;
-               /* Poll mode - no "interrupts" property defined */
-       };
-};
-
 &emdio2 {
        inphi_phy: ethernet-phy@0 {
                compatible = "ethernet-phy-id0210.7440";
 &dpmac6 {
        phy-handle = <&inphi_phy>;
 };
-
-&dpmac17 {
-       phy-handle = <&rgmii_phy1>;
-       phy-connection-type = "rgmii-id";
-};
-
-&dpmac18 {
-       phy-handle = <&rgmii_phy2>;
-       phy-connection-type = "rgmii-id";
-};