Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1678833

[PATCH] ARM: dts: imx6q-bx50v3: disable SD card

From Romain Perier <romain.perier@collabora.com>
Newsgroups linux.kernel
Subject [PATCH] ARM: dts: imx6q-bx50v3: disable SD card
Date 2017-06-30 15:40 +0200
Message-ID <tY4jo-64M-29@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Ian Ray <ian.ray@ge.com>

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 <ian.ray@ge.com>
Signed-off-by: Romain Perier <romain.perier@collabora.com>
---
 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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH] ARM: dts: imx6q-bx50v3: disable SD card Romain Perier <romain.perier@collabora.com> - 2017-06-30 15:40 +0200

csiph-web