mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user