diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2017-07-04 11:25:22 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2017-07-18 07:14:22 +0200 |
commit | 9d2770b8e49a1726310e706ae23b52c83b33a986 (patch) | |
tree | faea1698699f1d756c86cc76da5ff0d0e3df02e3 /arch/arm/boot/dts/exynos5250-spring.dts | |
parent | ARM: dts: exynos: Remove the OF graph from DSI node (diff) | |
download | linux-9d2770b8e49a1726310e706ae23b52c83b33a986.tar.xz linux-9d2770b8e49a1726310e706ae23b52c83b33a986.zip |
ARM: dts: exynos: Remove num-slots from exynos platforms
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos5250-spring.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5250-spring.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/exynos5250-spring.dts b/arch/arm/boot/dts/exynos5250-spring.dts index 95c3bcace9dc..d53bfcbeb39c 100644 --- a/arch/arm/boot/dts/exynos5250-spring.dts +++ b/arch/arm/boot/dts/exynos5250-spring.dts @@ -427,7 +427,6 @@ &mmc_0 { status = "okay"; - num-slots = <1>; broken-cd; card-detect-delay = <200>; samsung,dw-mshc-ciu-div = <3>; @@ -445,7 +444,6 @@ */ &mmc_1 { status = "okay"; - num-slots = <1>; broken-cd; card-detect-delay = <200>; samsung,dw-mshc-ciu-div = <3>; |