aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk2.dts
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2023-02-17 20:26:47 +0100
committerShawn Guo <shawnguo@kernel.org>2023-03-14 09:52:08 +0800
commit3d274f8bb7184c18ad6e9b2c54fb059c5f9086a2 (patch)
tree3878d345b7ebc98ab4bbdc6e2a5c75f9488520ff /arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk2.dts
parentf4662e0cee6cbe338261646343f94d2c0137d0cf (diff)
arm64: dts: imx8mp: Add FEC RMII pin mux on i.MX8MP DHCOM
The i.MX8MP DHCOM SoM may come with either external RGMII PHY or LAN8740Ai RMII PHY on the SoM attached to FEC MAC. Add pin mux settings for both options, so that DT overlay can override these settings on SoM variant with the LAN8740Ai PHY. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk2.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk2.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk2.dts b/arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk2.dts
index 1cbf49ec138b..92df6c1277c3 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk2.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-dhcom-pdk2.dts
@@ -105,7 +105,9 @@
};
&fec { /* Second ethernet */
+ pinctrl-0 = <&pinctrl_fec_rgmii>;
phy-handle = <&ethphypdk>;
+ phy-mode = "rgmii";
mdio {
ethphypdk: ethernet-phy@7 { /* KSZ 9021 */