]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
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 916ea94d75cacb4f03fc5f8429a17b33b0dc474e..e8ad6a5e9370af7dd2fc143f7ce25d3aa26e4873 100644 (file)
        };
 };
 
+&usdhc2 {
+       status = "disabled";
+};
+
 &usdhc4 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_usdhc4>;