Commit 9e5b2e9b authored by Ian Ray's avatar Ian Ray Committed by Shawn Guo

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: default avatarIan Ray <ian.ray@ge.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 1022c489
......@@ -353,6 +353,10 @@ MX6QDL_PAD_GPIO_6__GPIO1_IO06 0x1b0b0
};
};
&usdhc2 {
status = "disabled";
};
&usdhc4 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usdhc4>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment