Skip to content

Commit 21faf8f

Browse files
tq-niebelmShawn Guo
authored andcommitted
arm64: dts: imx93-tqma9352-mba91xxca: disable Open Drain for MDIO
Using the MDIO pins with Open Drain causes spec violations of the signals. Revert the changes. This is similar to commit 14e66e4 ("Revert "arm64: dts: imx93-tqma9352-mba93xxca: enable Open Drain for MDIO"") Fixes: e5bc070 ("arm64: add initial device tree for TQMa93xx/MBa91xxCA") Signed-off-by: Markus Niebel <[email protected]> Signed-off-by: Alexander Stein <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 91d1ff3 commit 21faf8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/freescale/imx93-tqma9352-mba91xxca.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
fsl,pins = /* PD | FSEL_2 | DSE X4 */
572572
<MX93_PAD_ENET1_MDC__ENET_QOS_MDC 0x51e>,
573573
/* SION | HYS | ODE | FSEL_2 | DSE X4 */
574-
<MX93_PAD_ENET1_MDIO__ENET_QOS_MDIO 0x4000191e>,
574+
<MX93_PAD_ENET1_MDIO__ENET_QOS_MDIO 0x4000111e>,
575575
/* HYS | FSEL_0 | DSE no drive */
576576
<MX93_PAD_ENET1_RD0__ENET_QOS_RGMII_RD0 0x1000>,
577577
<MX93_PAD_ENET1_RD1__ENET_QOS_RGMII_RD1 0x1000>,
@@ -599,7 +599,7 @@
599599
fsl,pins = /* PD | FSEL_2 | DSE X4 */
600600
<MX93_PAD_ENET2_MDC__ENET1_MDC 0x51e>,
601601
/* SION | HYS | ODE | FSEL_2 | DSE X4 */
602-
<MX93_PAD_ENET2_MDIO__ENET1_MDIO 0x4000191e>,
602+
<MX93_PAD_ENET2_MDIO__ENET1_MDIO 0x4000111e>,
603603
/* HYS | FSEL_0 | DSE no drive */
604604
<MX93_PAD_ENET2_RD0__ENET1_RGMII_RD0 0x1000>,
605605
<MX93_PAD_ENET2_RD1__ENET1_RGMII_RD1 0x1000>,

0 commit comments

Comments
 (0)