aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2018-02-23 01:41:38 -0500
committerUlf Hansson <ulf.hansson@linaro.org>2018-03-15 04:27:46 -0400
commit812dd0202379a242f764f75aa30abfbef4398ba4 (patch)
tree6b2ba4269341485bbfc1fb7b1ebe6957ad3029c4
parent09cdb2894a804913f7c2258a05fb3f43f26bd06d (diff)
arm64: dts: hi3660: remove 'num-slots' property for dwmmc
Since 'num-slots' had already deprecated, remove the property in device-tree file. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r--arch/arm64/boot/dts/hisilicon/hi3660.dtsi2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
index 63d4f9dca77f..a7ecd9074ea2 100644
--- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
+++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
@@ -922,7 +922,6 @@
922 #size-cells = <0>; 922 #size-cells = <0>;
923 cd-inverted; 923 cd-inverted;
924 compatible = "hisilicon,hi3660-dw-mshc"; 924 compatible = "hisilicon,hi3660-dw-mshc";
925 num-slots = <1>;
926 bus-width = <0x4>; 925 bus-width = <0x4>;
927 disable-wp; 926 disable-wp;
928 cap-sd-highspeed; 927 cap-sd-highspeed;
@@ -960,7 +959,6 @@
960 compatible = "hisilicon,hi3660-dw-mshc"; 959 compatible = "hisilicon,hi3660-dw-mshc";
961 reg = <0x0 0xff3ff000 0x0 0x1000>; 960 reg = <0x0 0xff3ff000 0x0 0x1000>;
962 interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>; 961 interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
963 num-slots = <1>;
964 clocks = <&crg_ctrl HI3660_CLK_GATE_SDIO0>, 962 clocks = <&crg_ctrl HI3660_CLK_GATE_SDIO0>,
965 <&crg_ctrl HI3660_HCLK_GATE_SDIO0>; 963 <&crg_ctrl HI3660_HCLK_GATE_SDIO0>;
966 clock-names = "ciu", "biu"; 964 clock-names = "ciu", "biu";