summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Ray <ian.ray@ge.com>2018-01-08 13:29:01 +0200
committerShawn Guo <shawnguo@kernel.org>2018-02-12 21:13:10 +0800
commit9e5b2e9be15d6ac5210b14a787c6e9936e10ed77 (patch)
tree2d9e029bb5e7d0a80589175eb84d169dc679a70b
parent1022c489a76eaad0b82a7166a1038a4506fb2a36 (diff)
downloadop-kernel-dev-9e5b2e9be15d6ac5210b14a787c6e9936e10ed77.zip
op-kernel-dev-9e5b2e9be15d6ac5210b14a787c6e9936e10ed77.tar.gz
ARM: dts: imx6q-bx50v3: disable SD card
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: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm/boot/dts/imx6q-bx50v3.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-bx50v3.dtsi b/arch/arm/boot/dts/imx6q-bx50v3.dtsi
index 916ea94..e8ad6a5 100644
--- a/arch/arm/boot/dts/imx6q-bx50v3.dtsi
+++ b/arch/arm/boot/dts/imx6q-bx50v3.dtsi
@@ -353,6 +353,10 @@
};
};
+&usdhc2 {
+ status = "disabled";
+};
+
&usdhc4 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usdhc4>;
OpenPOWER on IntegriCloud