[PATCH V2 5/5] ARM: dts: imx: b850v3: Disable usdhc4
Ian Ray
ian.ray at gehealthcare.com
Tue Feb 17 05:55:20 PST 2026
Disable the unused interface, to fix a log message.
```
mmc3: Failed to initialize a non-removable card
```
Signed-off-by: Ian Ray <ian.ray at gehealthcare.com>
---
arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts b/arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts
index e5e66d536a2d..d00236a07dc4 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts
+++ b/arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts
@@ -303,3 +303,7 @@ port at 4 {
phy-handle = <&switchphy4>;
};
};
+
+&usdhc4 {
+ status = "disabled";
+};
--
2.49.0
More information about the linux-arm-kernel
mailing list