提交 69cd58fa 编写于 作者: L Lucas Stach 提交者: Shawn Guo

ARM: dts: imx6: RDU2: detail USDHC description

None of the slots support 1.8V signaling or SDIO. There is no point in
probing for a SD card on the eMMC controller.
Signed-off-by: NLucas Stach <l.stach@pengutronix.de>
Reviewed-by: NFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 d7ab663a
...@@ -602,6 +602,8 @@ ...@@ -602,6 +602,8 @@
wp-gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>; wp-gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>;
vmmc-supply = <&reg_3p3v_sd>; vmmc-supply = <&reg_3p3v_sd>;
vqmmc-supply = <&reg_3p3v>; vqmmc-supply = <&reg_3p3v>;
no-1-8-v;
no-sdio;
status = "okay"; status = "okay";
}; };
...@@ -613,6 +615,8 @@ ...@@ -613,6 +615,8 @@
wp-gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>; wp-gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
vmmc-supply = <&reg_3p3v_sd>; vmmc-supply = <&reg_3p3v_sd>;
vqmmc-supply = <&reg_3p3v>; vqmmc-supply = <&reg_3p3v>;
no-1-8-v;
no-sdio;
status = "okay"; status = "okay";
}; };
...@@ -622,7 +626,10 @@ ...@@ -622,7 +626,10 @@
bus-width = <8>; bus-width = <8>;
vmmc-supply = <&reg_3p3v>; vmmc-supply = <&reg_3p3v>;
vqmmc-supply = <&reg_3p3v>; vqmmc-supply = <&reg_3p3v>;
no-1-8-v;
non-removable; non-removable;
no-sdio;
no-sd;
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册