arm64: dts: imx8mp: Do not delete PHY nodes on i.MX8MP DHCOM PDK2
authorMarek Vasut <marex@denx.de>
Fri, 17 Feb 2023 19:26:43 +0000 (20:26 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 14 Mar 2023 01:51:47 +0000 (09:51 +0800)
The PHY nodes may be activated via DTO in case another SoM variant
is populated into the development kit. Do not delete the nodes.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk2.dts

index b657ac6..1cbf49e 100644 (file)
        };
 };
 
-/*
- * PDK2 carrier board uses SoM with KSZ9131 populated and connected to
- * SoM EQoS ethernet RGMII interface. Remove the other SoM PHY DT node.
- */
-/delete-node/ &ethphy0f;
-
-/*
- * PDK2 carrier board has KSZ9021 PHY populated and connected to SoM FEC
- * ethernet RGMII interface. The SoM is not populated with second FEC PHY.
- */
-/delete-node/ &ethphy1f;
-
 &fec { /* Second ethernet */
        phy-handle = <&ethphypdk>;