ARM: dts: socfpga: remove 'num-slots' property for dwmmc
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 23 Feb 2018 06:41:35 +0000 (15:41 +0900)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 15 Mar 2018 08:27:24 +0000 (09:27 +0100)
Since 'num-slots' had already deprecated, remove the property in
device-tree file.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts
arch/arm/boot/dts/socfpga_arria5.dtsi
arch/arm/boot/dts/socfpga_cyclone5.dtsi
arch/arm/boot/dts/socfpga_vt.dts

index 040a164..5822fd2 100644 (file)
@@ -20,7 +20,6 @@
 
 &mmc {
        status = "okay";
-       num-slots = <1>;
        cap-sd-highspeed;
        broken-cd;
        bus-width = <4>;
index 8c03729..e59461f 100644 (file)
@@ -30,7 +30,6 @@
                };
 
                mmc0: dwmmc0@ff704000 {
-                       num-slots = <1>;
                        broken-cd;
                        bus-width = <4>;
                        cap-mmc-highspeed;
index a05e3df..68ced67 100644 (file)
@@ -31,7 +31,6 @@
                };
 
                mmc0: dwmmc0@ff704000 {
-                       num-slots = <1>;
                        broken-cd;
                        bus-width = <4>;
                        cap-mmc-highspeed;
index dfe2193..547c386 100644 (file)
@@ -42,7 +42,6 @@
                };
 
                dwmmc0@ff704000 {
-                       num-slots = <1>;
                        broken-cd;
                        bus-width = <4>;
                        cap-mmc-highspeed;