diff options
author | Ian Ray <ian.ray@ge.com> | 2018-01-08 14:29:01 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-02-12 16:13:10 +0300 |
commit | 9e5b2e9be15d6ac5210b14a787c6e9936e10ed77 (patch) | |
tree | 2d9e029bb5e7d0a80589175eb84d169dc679a70b /arch/arm/boot/dts/imx6q-bx50v3.dtsi | |
parent | 1022c489a76eaad0b82a7166a1038a4506fb2a36 (diff) | |
download | linux-9e5b2e9be15d6ac5210b14a787c6e9936e10ed77.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-bx50v3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6q-bx50v3.dtsi | 4 |
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 916ea94d75ca..e8ad6a5e9370 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>; |