From 21faf8f8e01bfd72845343f5ed345ae6a42a44dc Mon Sep 17 00:00:00 2001 From: Markus Niebel Date: Wed, 30 Apr 2025 10:18:48 +0200 Subject: [PATCH] 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 14e66e4b13221 ("Revert "arm64: dts: imx93-tqma9352-mba93xxca: enable Open Drain for MDIO"") Fixes: e5bc07026f94 ("arm64: add initial device tree for TQMa93xx/MBa91xxCA") Signed-off-by: Markus Niebel Signed-off-by: Alexander Stein Signed-off-by: Shawn Guo --- arch/arm64/boot/dts/freescale/imx93-tqma9352-mba91xxca.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba91xxca.dts b/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba91xxca.dts index 7b78faa4bfd0..9dbf41cf394b 100644 --- a/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba91xxca.dts +++ b/arch/arm64/boot/dts/freescale/imx93-tqma9352-mba91xxca.dts @@ -571,7 +571,7 @@ fsl,pins = /* PD | FSEL_2 | DSE X4 */ , /* SION | HYS | ODE | FSEL_2 | DSE X4 */ - , + , /* HYS | FSEL_0 | DSE no drive */ , , @@ -599,7 +599,7 @@ fsl,pins = /* PD | FSEL_2 | DSE X4 */ , /* SION | HYS | ODE | FSEL_2 | DSE X4 */ - , + , /* HYS | FSEL_0 | DSE no drive */ , , -- 2.50.1