arm64: dts: exynos: Remove num-slots from exynos platforms
authorShawn Lin <shawn.lin@rock-chips.com>
Tue, 4 Jul 2017 09:17:39 +0000 (17:17 +0800)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 18 Jul 2017 05:16:14 +0000 (07:16 +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>
arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi
arch/arm64/boot/dts/exynos/exynos7-espresso.dts

index 4daca1e..94cde87 100644 (file)
 
 &mshc_0 {
        status = "okay";
-       num-slots = <1>;
        mmc-hs200-1_8v;
        mmc-hs400-1_8v;
        cap-mmc-highspeed;
 
 &mshc_2 {
        status = "okay";
-       num-slots = <1>;
        cap-sd-highspeed;
        disable-wp;
        cd-gpios = <&gpa2 4 GPIO_ACTIVE_HIGH>;
index e5892bb..4a8b1fb 100644 (file)
 
 &mmc_0 {
        status = "okay";
-       num-slots = <1>;
        cap-mmc-highspeed;
        mmc-hs200-1_8v;
        non-removable;
 
 &mmc_2 {
        status = "okay";
-       num-slots = <1>;
        cap-sd-highspeed;
        card-detect-delay = <200>;
        clock-frequency = <400000000>;