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>
This commit is contained in:
Ian Ray 2018-01-08 13:29:01 +02:00 коммит произвёл Shawn Guo
Родитель 1022c489a7
Коммит 9e5b2e9be1
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -353,6 +353,10 @@
};
};
&usdhc2 {
status = "disabled";
};
&usdhc4 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usdhc4>;