Commit 2405f14b authored by Shawn Lin's avatar Shawn Lin Committed by Shawn Guo

arm64: dts: zte: remove num-slots from zx296718

dwmmc driver deprecated num-slots and plan to get rid
of it finally. Just move a step to cleanup it from DT.
Signed-off-by: default avatarShawn Lin <shawn.lin@rock-chips.com>
Reviewed-by: default avatarJun Nie <jun.nie@linaro.org>
Reviewed-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 5771a8c0
...@@ -311,7 +311,6 @@ sd0: mmc@1110000 { ...@@ -311,7 +311,6 @@ sd0: mmc@1110000 {
clock-frequency = <50000000>; clock-frequency = <50000000>;
clocks = <&topcrm SD0_AHB>, <&topcrm SD0_WCLK>; clocks = <&topcrm SD0_AHB>, <&topcrm SD0_WCLK>;
clock-names = "biu", "ciu"; clock-names = "biu", "ciu";
num-slots = <1>;
max-frequency = <50000000>; max-frequency = <50000000>;
cap-sdio-irq; cap-sdio-irq;
cap-sd-highspeed; cap-sd-highspeed;
...@@ -336,7 +335,6 @@ sd1: mmc@1111000 { ...@@ -336,7 +335,6 @@ sd1: mmc@1111000 {
clock-frequency = <167000000>; clock-frequency = <167000000>;
clocks = <&topcrm SD1_AHB>, <&topcrm SD1_WCLK>; clocks = <&topcrm SD1_AHB>, <&topcrm SD1_WCLK>;
clock-names = "biu", "ciu"; clock-names = "biu", "ciu";
num-slots = <1>;
max-frequency = <167000000>; max-frequency = <167000000>;
cap-sdio-irq; cap-sdio-irq;
cap-sd-highspeed; cap-sd-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