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

Commit 356649ab authored by Jaehoon Chung's avatar Jaehoon Chung Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: unuse the slot-node and deprecate the supports-highspeed for dw-mmc



dw-mmc controller can support multiple slots.
But, there are no use-cases anywhere. So we don't need to support the
slot-node for dw-mmc controller.
And "supports-highspeed" property in dw-mmc is deprecated.
"supports-highspeed" property can be replaced with "cap-sd/mmc-highspeed".

Signed-off-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: default avatarTushar Behera <trblinux@gmail.com>
Reviewed-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
Reviewed-by: default avatarHeiko Stuebner <heiko@sntech.de>
Acked-by: default avatarSeungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 7d1311b9
Loading
Loading
Loading
Loading
+4 −11
Original line number Diff line number Diff line
@@ -150,13 +150,9 @@
	num-slots = <1>;
	status = "okay";
	vmmc-supply = <&vcc_sd0>;

	slot@0 {
		reg = <0>;
	bus-width = <4>;
	disable-wp;
};
};

&mmc1 { /* wifi */
	num-slots = <1>;
@@ -166,12 +162,9 @@
	pinctrl-names = "default";
	pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_bus4>;

	slot@0 {
		reg = <0>;
	bus-width = <4>;
	disable-wp;
};
};

&uart0 {
	status = "okay";
+2 −5
Original line number Diff line number Diff line
@@ -181,12 +181,9 @@
	status = "okay";
	vmmc-supply = <&vcc_sd0>;

	slot@0 {
		reg = <0>;
	bus-width = <4>;
	disable-wp;
};
};

&pinctrl {
	pcfg_output_low: pcfg-output-low {