Commit 69afbb7e authored by Shawn Lin's avatar Shawn Lin Committed by Ulf Hansson

arc: remove num-slots from arc platforms

dwmmc driver deprecated num-slots and plan to get rid
of it finally. Just move a step to cleanup it from DT.
Reviewed-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
Acked-by: default avatarAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Acked-by: default avatarVineet Gupta <Vineet.Gupta1@synopsys.com>
Signed-off-by: default avatarShawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 7366419b
......@@ -101,7 +101,6 @@ ohci@0x60000 {
mmc@0x15000 {
compatible = "altr,socfpga-dw-mshc";
reg = < 0x15000 0x400 >;
num-slots = < 1 >;
fifo-depth = < 16 >;
card-detect-delay = < 200 >;
clocks = <&apbclk>, <&mmcclk>;
......
......@@ -104,7 +104,6 @@ ps2: ps2@e0017400 {
mmc@0x15000 {
compatible = "snps,dw-mshc";
reg = <0x15000 0x400>;
num-slots = <1>;
fifo-depth = <1024>;
card-detect-delay = <200>;
clocks = <&apbclk>, <&mmcclk>;
......
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