Commit 84fbfc33 authored by Shawn Lin's avatar Shawn Lin Committed by James Hogan

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: default avatarShawn Lin <shawn.lin@rock-chips.com>
Acked-by: default avatarJames 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: default avatarJames Hogan <jhogan@kernel.org>
parent e629cfa3
...@@ -805,7 +805,6 @@ sdhost: mmc@18142000 { ...@@ -805,7 +805,6 @@ sdhost: mmc@18142000 {
pinctrl-0 = <&sdhost_pins>; pinctrl-0 = <&sdhost_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
fifo-depth = <0x20>; fifo-depth = <0x20>;
num-slots = <1>;
clock-frequency = <50000000>; clock-frequency = <50000000>;
bus-width = <8>; bus-width = <8>;
cap-mmc-highspeed; cap-mmc-highspeed;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment