From 80c6b48d0216e00447b5cf644dcbb4c32ac850aa Mon Sep 17 00:00:00 2001 From: Chris Zhong Date: Tue, 31 Oct 2017 16:59:15 +0800 Subject: [PATCH] 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 --- arch/arm/boot/dts/rk3066a-rayeager.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/rk3066a-rayeager.dts b/arch/arm/boot/dts/rk3066a-rayeager.dts index 6a9705cfd777..e5a39b45641b 100644 --- a/arch/arm/boot/dts/rk3066a-rayeager.dts +++ b/arch/arm/boot/dts/rk3066a-rayeager.dts @@ -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>;