Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d2770b8 authored by Shawn Lin's avatar Shawn Lin Committed by Krzysztof Kozlowski
Browse files

ARM: 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 4e1108fe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
};

&mshc_2 {
	num-slots = <1>;
	cap-sd-highspeed;
	disable-wp;
	vqmmc-supply = <&ldo3_reg>;
+0 −1
Original line number Diff line number Diff line
@@ -304,7 +304,6 @@
};

&mshc_0 {
	num-slots = <1>;
	non-removable;
	cap-mmc-highspeed;
	card-detect-delay = <200>;
+0 −1
Original line number Diff line number Diff line
@@ -426,7 +426,6 @@
&mshc_0 {
	#address-cells = <1>;
	#size-cells = <0>;
	num-slots = <1>;
	broken-cd;
	non-removable;
	cap-mmc-highspeed;
+0 −1
Original line number Diff line number Diff line
@@ -621,7 +621,6 @@
&mshc_0 {
	#address-cells = <1>;
	#size-cells = <0>;
	num-slots = <1>;
	broken-cd;
	non-removable;
	cap-mmc-highspeed;
+0 −1
Original line number Diff line number Diff line
@@ -466,7 +466,6 @@
	pinctrl-names = "default";
	status = "okay";
	vmmc-supply = <&buck9_reg>;
	num-slots = <1>;
	broken-cd;
	card-detect-delay = <200>;
	samsung,dw-mshc-ciu-div = <3>;
Loading