diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2017-07-04 17:04:28 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-07-16 17:08:58 +0200 |
commit | ec6ca8e1721f0d21eff4208bc262e4382a356aad (patch) | |
tree | 75cc125d4f878286a7a45b7cfac811242be51d9a /arch/arm/boot/dts/rk3036.dtsi | |
parent | 83086adf5ab6a56191439db34c0470daf6f2887b (diff) | |
download | linux-ec6ca8e1721f0d21eff4208bc262e4382a356aad.tar.bz2 |
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/rk3036.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3036.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi index bc5942023889..4916c65e0ace 100644 --- a/arch/arm/boot/dts/rk3036.dtsi +++ b/arch/arm/boot/dts/rk3036.dtsi @@ -287,7 +287,6 @@ fifo-depth = <0x100>; mmc-ddr-1_8v; non-removable; - num-slots = <1>; pinctrl-names = "default"; pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>; resets = <&cru SRST_EMMC>; |