diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2017-07-04 17:25:22 +0800 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2017-07-18 07:14:22 +0200 |
commit | 9d2770b8e49a1726310e706ae23b52c83b33a986 (patch) | |
tree | faea1698699f1d756c86cc76da5ff0d0e3df02e3 /arch/arm/boot/dts/exynos5250-smdk5250.dts | |
parent | 4e1108fedad745d325a0e259f6d0d36d5d4b0cc7 (diff) | |
download | blackbird-obmc-linux-9d2770b8e49a1726310e706ae23b52c83b33a986.tar.gz blackbird-obmc-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-smdk5250.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5250-smdk5250.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts index 6632f657394e..062cba4c2c31 100644 --- a/arch/arm/boot/dts/exynos5250-smdk5250.dts +++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts @@ -346,7 +346,6 @@ &mmc_0 { status = "okay"; - num-slots = <1>; broken-cd; card-detect-delay = <200>; samsung,dw-mshc-ciu-div = <3>; @@ -360,7 +359,6 @@ &mmc_2 { status = "okay"; - num-slots = <1>; card-detect-delay = <200>; samsung,dw-mshc-ciu-div = <3>; samsung,dw-mshc-sdr-timing = <2 3>; |