@@ -46,7 +46,6 @@
num-slots = <1>;
supports-highspeed;
- broken-cd;
card-detect-delay = <200>;
samsung,dw-mshc-ciu-div = <3>;
samsung,dw-mshc-sdr-timing = <2 3>;
@@ -55,6 +54,7 @@
slot@0 {
reg = <0>;
bus-width = <8>;
+ broken-cd;
};
};
@@ -129,7 +129,6 @@
num-slots = <1>;
supports-highspeed;
- broken-cd;
card-detect-delay = <200>;
samsung,dw-mshc-ciu-div = <3>;
samsung,dw-mshc-sdr-timing = <2 3>;
@@ -138,6 +137,7 @@
slot@0 {
reg = <0>;
bus-width = <8>;
+ broken-cd;
};
};
@@ -460,8 +460,6 @@
mmc@12550000 {
num-slots = <1>;
supports-highspeed;
- broken-cd;
- non-removable;
card-detect-delay = <200>;
vmmc-supply = <&vemmc_reg>;
clock-frequency = <400000000>;
@@ -475,6 +473,8 @@
slot@0 {
reg = <0>;
bus-width = <8>;
+ non-removable;
+ broken-cd;
};
};
@@ -400,7 +400,6 @@
status = "okay";
num-slots = <1>;
supports-highspeed;
- broken-cd;
card-detect-delay = <200>;
samsung,dw-mshc-ciu-div = <3>;
samsung,dw-mshc-sdr-timing = <2 3>;
@@ -412,6 +411,7 @@
slot@0 {
reg = <0>;
bus-width = <8>;
+ broken-cd;
};
};
@@ -249,7 +249,6 @@
mmc@12200000 {
num-slots = <1>;
supports-highspeed;
- broken-cd;
card-detect-delay = <200>;
samsung,dw-mshc-ciu-div = <3>;
samsung,dw-mshc-sdr-timing = <2 3>;
@@ -260,6 +259,7 @@
slot@0 {
reg = <0>;
bus-width = <8>;
+ broken-cd;
};
};
@@ -283,7 +283,6 @@
mmc@12230000 {
num-slots = <1>;
supports-highspeed;
- broken-cd;
card-detect-delay = <200>;
samsung,dw-mshc-ciu-div = <3>;
samsung,dw-mshc-sdr-timing = <2 3>;
@@ -293,6 +292,7 @@
slot@0 {
reg = <0>;
bus-width = <4>;
+ broken-cd;
};
};
@@ -283,7 +283,6 @@
status = "okay";
num-slots = <1>;
supports-highspeed;
- broken-cd;
card-detect-delay = <200>;
samsung,dw-mshc-ciu-div = <3>;
samsung,dw-mshc-sdr-timing = <2 3>;
@@ -294,6 +293,7 @@
slot@0 {
reg = <0>;
bus-width = <8>;
+ broken-cd;
};
};
@@ -39,7 +39,6 @@
mmc@12200000 {
status = "okay";
- broken-cd;
supports-highspeed;
card-detect-delay = <200>;
samsung,dw-mshc-ciu-div = <3>;
@@ -52,6 +51,7 @@
slot@0 {
reg = <0>;
bus-width = <8>;
+ broken-cd;
};
};
@@ -69,7 +69,6 @@
dwmmc@10218000 { /* wifi */
num-slots = <1>;
status = "okay";
- non-removable;
pinctrl-names = "default";
pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_bus4>;
@@ -78,6 +77,7 @@
reg = <0>;
bus-width = <4>;
disable-wp;
+ non-removable;
};
};
@@ -30,11 +30,11 @@
dwmmc0@ff704000 {
num-slots = <1>;
supports-highspeed;
- broken-cd;
slot@0 {
reg = <0>;
bus-width = <4>;
+ broken-cd;
};
};
@@ -31,11 +31,11 @@
dwmmc0@ff704000 {
num-slots = <1>;
supports-highspeed;
- broken-cd;
slot@0 {
reg = <0>;
bus-width = <4>;
+ broken-cd;
};
};
@@ -44,11 +44,11 @@
dwmmc0@ff704000 {
num-slots = <1>;
supports-highspeed;
- broken-cd;
slot@0 {
reg = <0>;
bus-width = <4>;
+ broken-cd;
};
};
dw-mmc controller can be support the multiple slot. So each slot's property can be difference. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> --- arch/arm/boot/dts/exynos4412-odroidx.dts | 2 +- arch/arm/boot/dts/exynos4412-origen.dts | 2 +- arch/arm/boot/dts/exynos4412-trats2.dts | 4 ++-- arch/arm/boot/dts/exynos5250-arndale.dts | 2 +- arch/arm/boot/dts/exynos5250-cros-common.dtsi | 4 ++-- arch/arm/boot/dts/exynos5250-smdk5250.dts | 2 +- arch/arm/boot/dts/exynos5420-arndale-octa.dts | 2 +- arch/arm/boot/dts/rk3066a-bqcurie2.dts | 2 +- arch/arm/boot/dts/socfpga_arria5.dtsi | 2 +- arch/arm/boot/dts/socfpga_cyclone5.dtsi | 2 +- arch/arm/boot/dts/socfpga_vt.dts | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-)