OSDN Git Service

ARM: dts: imx6q-bx50v3: disable SD card
authorIan Ray <ian.ray@ge.com>
Mon, 8 Jan 2018 11:29:01 +0000 (13:29 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 12 Feb 2018 13:13:10 +0000 (21:13 +0800)
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>
arch/arm/boot/dts/imx6q-bx50v3.dtsi

index 916ea94..e8ad6a5 100644 (file)
        };
 };
 
+&usdhc2 {
+       status = "disabled";
+};
+
 &usdhc4 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_usdhc4>;