Commit 10acba12 authored by Shawn Lin's avatar Shawn Lin Committed by Krzysztof Kozlowski

arm64: dts: exynos: Remove num-slots from exynos platforms

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>
Reviewed-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 6d00a55d
......@@ -832,7 +832,6 @@ &i2s0 {
&mshc_0 {
status = "okay";
num-slots = <1>;
mmc-hs200-1_8v;
mmc-hs400-1_8v;
cap-mmc-highspeed;
......@@ -854,7 +853,6 @@ &mshc_0 {
&mshc_2 {
status = "okay";
num-slots = <1>;
cap-sd-highspeed;
disable-wp;
cd-gpios = <&gpa2 4 GPIO_ACTIVE_HIGH>;
......
......@@ -359,7 +359,6 @@ pmic_irq: pmic-irq {
&mmc_0 {
status = "okay";
num-slots = <1>;
cap-mmc-highspeed;
mmc-hs200-1_8v;
non-removable;
......@@ -375,7 +374,6 @@ &mmc_0 {
&mmc_2 {
status = "okay";
num-slots = <1>;
cap-sd-highspeed;
card-detect-delay = <200>;
clock-frequency = <400000000>;
......
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