ARM: dts: exynos: Remove num-slots from exynos platforms
authorShawn Lin <shawn.lin@rock-chips.com>
Tue, 4 Jul 2017 09:25:22 +0000 (17:25 +0800)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 18 Jul 2017 05:14:22 +0000 (07:14 +0200)
dwmmc driver deprecated num-slots and plan to get rid
of it finally. Just move a step to cleanup it from DT.

Cc: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
16 files changed:
arch/arm/boot/dts/exynos3250-artik5-eval.dts
arch/arm/boot/dts/exynos3250-artik5.dtsi
arch/arm/boot/dts/exynos3250-monk.dts
arch/arm/boot/dts/exynos3250-rinato.dts
arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi
arch/arm/boot/dts/exynos4412-odroid-common.dtsi
arch/arm/boot/dts/exynos4412-origen.dts
arch/arm/boot/dts/exynos4412-trats2.dts
arch/arm/boot/dts/exynos5250-arndale.dts
arch/arm/boot/dts/exynos5250-smdk5250.dts
arch/arm/boot/dts/exynos5250-snow-common.dtsi
arch/arm/boot/dts/exynos5250-spring.dts
arch/arm/boot/dts/exynos5260-xyref5260.dts
arch/arm/boot/dts/exynos5410-smdk5410.dts
arch/arm/boot/dts/exynos5420-peach-pit.dts
arch/arm/boot/dts/exynos5800-peach-pi.dts

index 4bd2ee8..4cbfa09 100644 (file)
@@ -22,7 +22,6 @@
 };
 
 &mshc_2 {
-       num-slots = <1>;
        cap-sd-highspeed;
        disable-wp;
        vqmmc-supply = <&ldo3_reg>;
index 59c89d7..639c2e6 100644 (file)
 };
 
 &mshc_0 {
-       num-slots = <1>;
        non-removable;
        cap-mmc-highspeed;
        card-detect-delay = <200>;
index accee81..bbdfcbc 100644 (file)
 &mshc_0 {
        #address-cells = <1>;
        #size-cells = <0>;
-       num-slots = <1>;
        broken-cd;
        non-removable;
        cap-mmc-highspeed;
index ec9bb85..0b45467 100644 (file)
 &mshc_0 {
        #address-cells = <1>;
        #size-cells = <0>;
-       num-slots = <1>;
        broken-cd;
        non-removable;
        cap-mmc-highspeed;
index 4cd6248..14ce2c6 100644 (file)
        pinctrl-names = "default";
        status = "okay";
        vmmc-supply = <&buck9_reg>;
-       num-slots = <1>;
        broken-cd;
        card-detect-delay = <200>;
        samsung,dw-mshc-ciu-div = <3>;
index 219d587..102acd7 100644 (file)
        mmc-pwrseq = <&emmc_pwrseq>;
        status = "okay";
 
-       num-slots = <1>;
        broken-cd;
        card-detect-delay = <200>;
        samsung,dw-mshc-ciu-div = <3>;
index 7a83e2d..8a89eb8 100644 (file)
        pinctrl-names = "default";
        status = "okay";
 
-       num-slots = <1>;
        broken-cd;
        card-detect-delay = <200>;
        samsung,dw-mshc-ciu-div = <3>;
index d3ba97b..bceb919 100644 (file)
 };
 
 &mshc_0 {
-       num-slots = <1>;
        broken-cd;
        non-removable;
        card-detect-delay = <200>;
index 6a43246..18a7f39 100644 (file)
 
 &mmc_0 {
        status = "okay";
-       num-slots = <1>;
        broken-cd;
        card-detect-delay = <200>;
        samsung,dw-mshc-ciu-div = <3>;
 
 &mmc_2 {
        status = "okay";
-       num-slots = <1>;
        card-detect-delay = <200>;
        samsung,dw-mshc-ciu-div = <3>;
        samsung,dw-mshc-sdr-timing = <2 3>;
index 6632f65..062cba4 100644 (file)
 
 &mmc_0 {
        status = "okay";
-       num-slots = <1>;
        broken-cd;
        card-detect-delay = <200>;
        samsung,dw-mshc-ciu-div = <3>;
 
 &mmc_2 {
        status = "okay";
-       num-slots = <1>;
        card-detect-delay = <200>;
        samsung,dw-mshc-ciu-div = <3>;
        samsung,dw-mshc-sdr-timing = <2 3>;
index e1d293d..8788880 100644 (file)
 /* eMMC flash */
 &mmc_0 {
        status = "okay";
-       num-slots = <1>;
        non-removable;
        samsung,dw-mshc-ciu-div = <3>;
        samsung,dw-mshc-sdr-timing = <2 3>;
 /* uSD card */
 &mmc_2 {
        status = "okay";
-       num-slots = <1>;
        card-detect-delay = <200>;
        samsung,dw-mshc-ciu-div = <3>;
        samsung,dw-mshc-sdr-timing = <2 3>;
  */
 &mmc_3 {
        status = "okay";
-       num-slots = <1>;
        non-removable;
        cap-sdio-irq;
        keep-power-in-suspend;
index 95c3bca..d53bfcb 100644 (file)
 
 &mmc_0 {
        status = "okay";
-       num-slots = <1>;
        broken-cd;
        card-detect-delay = <200>;
        samsung,dw-mshc-ciu-div = <3>;
  */
 &mmc_1 {
        status = "okay";
-       num-slots = <1>;
        broken-cd;
        card-detect-delay = <200>;
        samsung,dw-mshc-ciu-div = <3>;
index d0cc300..73b7cdd 100644 (file)
@@ -67,7 +67,6 @@
 
 &mmc_0 {
        status = "okay";
-       num-slots = <1>;
        broken-cd;
        bypass-smu;
        cap-mmc-highspeed;
@@ -83,7 +82,6 @@
 
 &mmc_2 {
        status = "okay";
-       num-slots = <1>;
        cap-sd-highspeed;
        card-detect-delay = <200>;
        samsung,dw-mshc-ciu-div = <3>;
index 6cc74d9..9cb7726 100644 (file)
@@ -41,7 +41,6 @@
 
 &mmc_0 {
        status = "okay";
-       num-slots = <1>;
        cap-mmc-highspeed;
        broken-cd;
        card-detect-delay = <200>;
@@ -53,7 +52,6 @@
 
 &mmc_2 {
        status = "okay";
-       num-slots = <1>;
        cap-sd-highspeed;
        card-detect-delay = <200>;
        samsung,dw-mshc-ciu-div = <3>;
index f9a75bf..683a4cf 100644 (file)
 /* eMMC flash */
 &mmc_0 {
        status = "okay";
-       num-slots = <1>;
        mmc-hs200-1_8v;
        cap-mmc-highspeed;
        non-removable;
 /* WiFi SDIO module */
 &mmc_1 {
        status = "okay";
-       num-slots = <1>;
        non-removable;
        cap-sdio-irq;
        keep-power-in-suspend;
 /* uSD card */
 &mmc_2 {
        status = "okay";
-       num-slots = <1>;
        cap-sd-highspeed;
        card-detect-delay = <200>;
        clock-frequency = <400000000>;
index 953dc86..b2b95ff 100644 (file)
 /* eMMC flash */
 &mmc_0 {
        status = "okay";
-       num-slots = <1>;
        mmc-hs200-1_8v;
        mmc-hs400-1_8v;
        cap-mmc-highspeed;
 /* WiFi SDIO module */
 &mmc_1 {
        status = "okay";
-       num-slots = <1>;
        non-removable;
        cap-sdio-irq;
        keep-power-in-suspend;
 /* uSD card */
 &mmc_2 {
        status = "okay";
-       num-slots = <1>;
        cap-sd-highspeed;
        card-detect-delay = <200>;
        clock-frequency = <400000000>;