提交 356649ab 编写于 作者: J Jaehoon Chung 提交者: Heiko Stuebner

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: NJaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: NTushar Behera <trblinux@gmail.com>
Reviewed-by: NUlf Hansson <ulf.hansson@linaro.org>
Reviewed-by: NHeiko Stuebner <heiko@sntech.de>
Acked-by: NSeungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
上级 7d1311b9
......@@ -150,12 +150,8 @@
num-slots = <1>;
status = "okay";
vmmc-supply = <&vcc_sd0>;
slot@0 {
reg = <0>;
bus-width = <4>;
disable-wp;
};
bus-width = <4>;
disable-wp;
};
&mmc1 { /* wifi */
......@@ -166,11 +162,8 @@
pinctrl-names = "default";
pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_bus4>;
slot@0 {
reg = <0>;
bus-width = <4>;
disable-wp;
};
bus-width = <4>;
disable-wp;
};
&uart0 {
......
......@@ -181,11 +181,8 @@
status = "okay";
vmmc-supply = <&vcc_sd0>;
slot@0 {
reg = <0>;
bus-width = <4>;
disable-wp;
};
bus-width = <4>;
disable-wp;
};
&pinctrl {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册