From: Ian Ray Date: Mon, 8 Jan 2018 11:29:01 +0000 (+0200) Subject: ARM: dts: imx6q-bx50v3: disable SD card X-Git-Tag: v4.17-rc1~105^2~39^2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e5b2e9be15d6ac5210b14a787c6e9936e10ed77;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6q-bx50v3.dtsi b/arch/arm/boot/dts/imx6q-bx50v3.dtsi index 916ea94d75cac..e8ad6a5e9370a 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>;