[PATCH] ARM: dts: imx6q-bx50v3: disable SD card
From: Romain Perier <hidden>
Date: 2017-06-30 13:36:13
Also in:
linux-devicetree, lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Romain Perier <hidden>
Date: 2017-06-30 13:36:13
Also in:
linux-devicetree, lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Ian Ray <redacted> Default boot medium must be internal eMMC, we don't want the SDIO to be used for these devices. This commit disables the SD card interface for GE Healthcare Bx50v3 devices. Signed-off-by: Ian Ray <redacted> Signed-off-by: Romain Perier <redacted> --- arch/arm/boot/dts/imx6q-bx50v3.dtsi | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/imx6q-bx50v3.dtsi b/arch/arm/boot/dts/imx6q-bx50v3.dtsi
index 75201ca..25466372 100644
--- a/arch/arm/boot/dts/imx6q-bx50v3.dtsi
+++ b/arch/arm/boot/dts/imx6q-bx50v3.dtsi@@ -326,3 +326,7 @@ tcxo-clock-frequency = <26000000>; }; }; + +&usdhc2 { + status = "disabled"; +};
--
1.8.3.1