提交 f5bbe55a 编写于 作者: J Jaehoon Chung 提交者: Dinh Nguyen

ARM: dts: socfpga: 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>
Acked-by: NSeungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: NDinh Nguyen <dinguyen@altera.com>
上级 ba2b7d0a
...@@ -29,13 +29,10 @@ ...@@ -29,13 +29,10 @@
dwmmc0@ff704000 { dwmmc0@ff704000 {
num-slots = <1>; num-slots = <1>;
supports-highspeed;
broken-cd; broken-cd;
bus-width = <4>;
slot@0 { cap-mmc-highspeed;
reg = <0>; cap-sd-highspeed;
bus-width = <4>;
};
}; };
sysmgr@ffd08000 { sysmgr@ffd08000 {
......
...@@ -30,13 +30,10 @@ ...@@ -30,13 +30,10 @@
dwmmc0@ff704000 { dwmmc0@ff704000 {
num-slots = <1>; num-slots = <1>;
supports-highspeed;
broken-cd; broken-cd;
bus-width = <4>;
slot@0 { cap-mmc-highspeed;
reg = <0>; cap-sd-highspeed;
bus-width = <4>;
};
}; };
ethernet@ff702000 { ethernet@ff702000 {
......
...@@ -43,13 +43,10 @@ ...@@ -43,13 +43,10 @@
dwmmc0@ff704000 { dwmmc0@ff704000 {
num-slots = <1>; num-slots = <1>;
supports-highspeed;
broken-cd; broken-cd;
bus-width = <4>;
slot@0 { cap-mmc-highspeed;
reg = <0>; cap-sd-highspeed;
bus-width = <4>;
};
}; };
ethernet@ff700000 { ethernet@ff700000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册