Commit 57375d88 authored by Shawn Lin's avatar Shawn Lin Committed by Heiko Stuebner

ARM: dts: rockchip: remove broken-cd from emmc and sdio

Only one of "broken-cd" and "non-removable" should be supplied
according to Documentation/devicetree/bindings/mmc/mmc.txt.
Obviously emmc and sdio-wifi are non-removable devices, while
broken-cd is for removable device whose card detect pin is broken.
Signed-off-by: default avatarShawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 26f5e19d
......@@ -345,7 +345,6 @@ &i2s {
&sdio {
status = "okay";
broken-cd;
bus-width = <4>;
cap-sd-highspeed;
cap-sdio-irq;
......
......@@ -272,7 +272,6 @@ emmc: dwmmc@1021c000 {
compatible = "rockchip,rk3036-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x1021c000 0x4000>;
interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
broken-cd;
bus-width = <8>;
cap-mmc-highspeed;
clock-frequency = <37500000>;
......
......@@ -182,7 +182,6 @@ phy0: ethernet-phy@0 {
};
&emmc {
broken-cd;
bus-width = <8>;
cap-mmc-highspeed;
disable-wp;
......@@ -348,7 +347,6 @@ &mmc0 {
};
&mmc1 {
broken-cd;
bus-width = <4>;
disable-wp;
non-removable;
......
......@@ -53,7 +53,6 @@ memory {
};
&emmc {
broken-cd;
cap-mmc-highspeed;
mmc-ddr-1_8v;
disable-wp;
......
......@@ -172,7 +172,6 @@ &cpu0 {
};
&emmc {
broken-cd;
bus-width = <8>;
cap-mmc-highspeed;
disable-wp;
......
......@@ -208,7 +208,6 @@ &cpu0 {
};
&emmc {
broken-cd;
bus-width = <8>;
cap-mmc-highspeed;
disable-wp;
......@@ -509,7 +508,6 @@ &saradc {
};
&sdio0 {
broken-cd;
bus-width = <4>;
disable-wp;
non-removable;
......
......@@ -162,7 +162,6 @@ &cpu0 {
};
&emmc {
broken-cd;
bus-width = <8>;
cap-mmc-highspeed;
disable-wp;
......
......@@ -146,7 +146,6 @@ &cpu0 {
&emmc {
status = "okay";
broken-cd;
bus-width = <8>;
cap-mmc-highspeed;
rockchip,default-sample-phase = <158>;
......@@ -347,7 +346,6 @@ &pwm1 {
&sdio0 {
status = "okay";
broken-cd;
bus-width = <4>;
cap-sd-highspeed;
cap-sdio-irq;
......
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