arm64: dts: imx8mp: Drop i.MX8MP DHCOM rev.100 PHY address workaround from PDK3 DT
authorMarek Vasut <marex@denx.de>
Thu, 21 Sep 2023 19:29:33 +0000 (21:29 +0200)
committerShawn Guo <shawnguo@kernel.org>
Thu, 12 Oct 2023 10:18:55 +0000 (18:18 +0800)
In case the i.MX8MP DHCOM rev.100 has been populated on the PDK3
carrier board, the on-SoM PHY PHYAD1 signal has been pulled high
by the carrier board and changed the PHY MDIO address from 5 to 7.
This has been fixed on production rev.200 SoM by additional buffer
on the SoM PHYAD/LED signals, remove the workaround.

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

index d4e95d640388d70e18c3bdc7df5ef735c9df3dcf..b749e28e5ede5cf85f309f2f7903ebee44b41f98 100644 (file)
        };
 };
 
-&ethphy0g {
-       reg = <7>;
-};
-
 &fec { /* Second ethernet */
        pinctrl-0 = <&pinctrl_fec_rgmii>;
        phy-handle = <&ethphypdk>;