mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
arm64: dts: imx8mp: Drop i.MX8MP DHCOM rev.100 PHY address workaround from PDK3 DT
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>
This commit is contained in:
parent
9de599ec3d
commit
68e0d92d33
1 changed files with 0 additions and 4 deletions
|
@ -227,10 +227,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
ðphy0g {
|
||||
reg = <7>;
|
||||
};
|
||||
|
||||
&fec { /* Second ethernet */
|
||||
pinctrl-0 = <&pinctrl_fec_rgmii>;
|
||||
phy-handle = <ðphypdk>;
|
||||
|
|
Loading…
Reference in a new issue