ARM: dts: rk3066a-rayeager: add no- for mmc

Add no-sdio/no-sd for emmc; no-sdio/no-mmc for sdcard; no-sd/no-mmc for
sdio.

Change-Id: I13d3918f41f63ed9b27e9969e6f89d1006c9d45c
Signed-off-by: Chris Zhong <zyw@rock-chips.com>
This commit is contained in:
Chris Zhong
2017-10-31 16:59:15 +08:00
committed by Tao Huang
parent cdfa3fbd8a
commit 80c6b48d02

View File

@@ -235,6 +235,8 @@
&emmc {
bus-width = <8>;
cap-mmc-highspeed;
no-sdio;
no-sd;
non-removable;
pinctrl-names = "default";
pinctrl-0 = <&emmc_clk>, <&emmc_cmd>, <&emmc_rst>;
@@ -402,6 +404,8 @@
&mmc0 {
bus-width = <4>;
disable-wp;
no-mmc;
no-sdio;
pinctrl-names = "default";
pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>;
vmmc-supply = <&vcc_sd>;
@@ -419,6 +423,8 @@
bus-width = <4>;
non-removable;
no-mmc;
no-sd;
pinctrl-names = "default";
pinctrl-0 = <&sd1_clk>, <&sd1_cmd>, <&sd1_bus4>;
vmmc-supply = <&vccio_wl>;