diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2017-07-05 15:04:48 +0800 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2017-11-08 22:18:54 +0000 |
commit | 84fbfc33eaad549dd7fa513ad764d9bfe1cbf507 (patch) | |
tree | fa1da2e5b92a76e101e3a07ef542fcf819559132 /arch/mips/boot/dts | |
parent | e629cfa36ea0877371427b71bdfc701bc46b9880 (diff) | |
download | linux-84fbfc33eaad549dd7fa513ad764d9bfe1cbf507.tar.bz2 |
MIPS: DTS: Remove num-slots from Pistachio SoC
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>
Acked-by: James Hartley <james.hartley@sondrel.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/16741/
Signed-off-by: James Hogan <jhogan@kernel.org>
Diffstat (limited to 'arch/mips/boot/dts')
-rw-r--r-- | arch/mips/boot/dts/img/pistachio.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/img/pistachio.dtsi b/arch/mips/boot/dts/img/pistachio.dtsi index 57809f6a5864..f8d7e6f622cb 100644 --- a/arch/mips/boot/dts/img/pistachio.dtsi +++ b/arch/mips/boot/dts/img/pistachio.dtsi @@ -805,7 +805,6 @@ pinctrl-0 = <&sdhost_pins>; pinctrl-names = "default"; fifo-depth = <0x20>; - num-slots = <1>; clock-frequency = <50000000>; bus-width = <8>; cap-mmc-highspeed; |