summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-11-04 18:46:42 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-11-06 12:34:17 +0100
commitc0b2171a445683113dbbd268ee43bac87782e8d7 (patch)
tree6501889b6aad679ad4f5441a6faef88b87b4c180 /arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi
parent1a8badaa585de295f37974a95f3b350e6c0ebcc7 (diff)
arm64: dts: apalis-imx8: fec: add fsl,mii-exclusive
When fsl,mii-exclusive is not specified the driver only uses the MII bus of the fec device with dev_id=0 for both fec1 and fec2. On the Apalis iMX8 hardware design a potential second PHY is connected to the second MAC's MII bus. This property is needed to select the MDIO bus coupled with fec2, if fec2 is used. We put it in fec1 for customers so they automatically inherit this property if they placed a PHY on their carrier-board and copied the fec1 node. Compare with commit 9801f2e913a2 ("net: fec: reinit MAC0 MII bus to be used by MAC1 after resume back") Related-to: ELB-3177 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi b/arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi
index 6c54baefa494..8979b9b5430f 100644
--- a/arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi
@@ -320,6 +320,7 @@
pinctrl-1 = <&pinctrl_fec1_sleep>;
fsl,magic-packet;
fsl,rgmii_txc_dly;
+ fsl,mii-exclusive;
phy-handle = <&ethphy0>;
phy-mode = "rgmii-rxid";
phy-reset-duration = <10>;