summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/socfpga_cyclone5.dtsi
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2014-08-11 15:57:50 -0500
committerDinh Nguyen <dinguyen@opensource.altera.com>2014-09-04 10:15:13 -0500
commitf5bbe55a270fa153465df23c266f61973c4c7dc0 (patch)
treefe5717d461a03e5c2418be761967d7875d40cc8c /arch/arm/boot/dts/socfpga_cyclone5.dtsi
parentba2b7d0ad59f4e3fb2619f840b8e89060ab5dc61 (diff)
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: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Tushar Behera <trblinux@gmail.com> Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Seungwon Jeon <tgih.jun@samsung.com> Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_cyclone5.dtsi')
-rw-r--r--arch/arm/boot/dts/socfpga_cyclone5.dtsi9
1 files changed, 3 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/socfpga_cyclone5.dtsi b/arch/arm/boot/dts/socfpga_cyclone5.dtsi
index bf511828729f..1ee03c44fa5e 100644
--- a/arch/arm/boot/dts/socfpga_cyclone5.dtsi
+++ b/arch/arm/boot/dts/socfpga_cyclone5.dtsi
@@ -30,13 +30,10 @@
dwmmc0@ff704000 {
num-slots = <1>;
- supports-highspeed;
broken-cd;
-
- slot@0 {
- reg = <0>;
- bus-width = <4>;
- };
+ bus-width = <4>;
+ cap-mmc-highspeed;
+ cap-sd-highspeed;
};
ethernet@ff702000 {