]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: dts: imx8mp: Drop i.MX8MP DHCOM rev.100 PHY address workaround from PDK3 DT
authorMarek Vasut <marex@denx.de>
Thu, 21 Sep 2023 18:44:19 +0000 (20:44 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 16 Oct 2023 14:25:10 +0000 (16:25 +0200)
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>
arch/arm/dts/imx8mp-dhcom-pdk3.dts

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