diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2017-07-04 11:04:28 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-07-16 17:08:58 +0200 |
commit | ec6ca8e1721f0d21eff4208bc262e4382a356aad (patch) | |
tree | 75cc125d4f878286a7a45b7cfac811242be51d9a /arch/arm/boot/dts/rk3066a-mk808.dts | |
parent | ARM: dts: rockchip: Add io-domain node for rk3228 (diff) | |
download | linux-ec6ca8e1721f0d21eff4208bc262e4382a356aad.tar.xz linux-ec6ca8e1721f0d21eff4208bc262e4382a356aad.zip |
ARM: dts: rockchip: remove num-slots from all platforms
We deprecated the "num-slots" property now and plan to get
rid of it finally. Just move a step to cleanup it from DT.
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3066a-mk808.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3066a-mk808.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/rk3066a-mk808.dts b/arch/arm/boot/dts/rk3066a-mk808.dts index 7ca1cf5241e0..13e285c53def 100644 --- a/arch/arm/boot/dts/rk3066a-mk808.dts +++ b/arch/arm/boot/dts/rk3066a-mk808.dts @@ -132,7 +132,6 @@ bus-width = <4>; cap-mmc-highspeed; cap-sd-highspeed; - num-slots = <1>; vmmc-supply = <&vcc_sd>; status = "okay"; }; @@ -141,7 +140,6 @@ bus-width = <4>; disable-wp; non-removable; - num-slots = <1>; pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_bus4>; pinctrl-names = "default"; vmmc-supply = <&vcc_wifi>; |