diff options
| author | Shawn Lin <[email protected]> | 2017-07-05 15:04:48 +0800 |
|---|---|---|
| committer | James Hogan <[email protected]> | 2017-11-08 22:18:54 +0000 |
| commit | 84fbfc33eaad549dd7fa513ad764d9bfe1cbf507 (patch) | |
| tree | fa1da2e5b92a76e101e3a07ef542fcf819559132 | |
| parent | e629cfa36ea0877371427b71bdfc701bc46b9880 (diff) | |
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 <[email protected]>
Signed-off-by: Shawn Lin <[email protected]>
Acked-by: James Hartley <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Jaehoon Chung <[email protected]>
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/16741/
Signed-off-by: James Hogan <[email protected]>
| -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; |