arm64: dts: imx8mp: Do not delete PHY nodes on i.MX8MP DHCOM PDK2
authorMarek Vasut <marex@denx.de>
Sat, 11 Feb 2023 22:38:01 +0000 (23:38 +0100)
committerStefano Babic <sbabic@denx.de>
Thu, 30 Mar 2023 06:40:27 +0000 (08:40 +0200)
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>
arch/arm/dts/imx8mp-dhcom-pdk2.dts

index ac104cd..8f4eff3 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 */
        pinctrl-0 = <&pinctrl_fec_rgmii>;
        phy-handle = <&ethphypdk>;