Commit 984f624e authored by Jaehoon Chung's avatar Jaehoon Chung Committed by Ulf Hansson

ARM: dts: socfpga: remove 'num-slots' property for dwmmc

Since 'num-slots' had already deprecated, remove the property in
device-tree file.
Signed-off-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 01b653c2
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
&mmc { &mmc {
status = "okay"; status = "okay";
num-slots = <1>;
cap-sd-highspeed; cap-sd-highspeed;
broken-cd; broken-cd;
bus-width = <4>; bus-width = <4>;
......
...@@ -30,7 +30,6 @@ osc1 { ...@@ -30,7 +30,6 @@ osc1 {
}; };
mmc0: dwmmc0@ff704000 { mmc0: dwmmc0@ff704000 {
num-slots = <1>;
broken-cd; broken-cd;
bus-width = <4>; bus-width = <4>;
cap-mmc-highspeed; cap-mmc-highspeed;
......
...@@ -31,7 +31,6 @@ osc1 { ...@@ -31,7 +31,6 @@ osc1 {
}; };
mmc0: dwmmc0@ff704000 { mmc0: dwmmc0@ff704000 {
num-slots = <1>;
broken-cd; broken-cd;
bus-width = <4>; bus-width = <4>;
cap-mmc-highspeed; cap-mmc-highspeed;
......
...@@ -42,7 +42,6 @@ osc1 { ...@@ -42,7 +42,6 @@ osc1 {
}; };
dwmmc0@ff704000 { dwmmc0@ff704000 {
num-slots = <1>;
broken-cd; broken-cd;
bus-width = <4>; bus-width = <4>;
cap-mmc-highspeed; cap-mmc-highspeed;
......
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