]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: socfpga: unuse the slot-node and deprecate the supports-highspeed for
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 11 Aug 2014 20:57:50 +0000 (15:57 -0500)
committerDinh Nguyen <dinguyen@opensource.altera.com>
Thu, 4 Sep 2014 15:15:13 +0000 (10:15 -0500)
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>
arch/arm/boot/dts/socfpga_arria5.dtsi
arch/arm/boot/dts/socfpga_cyclone5.dtsi
arch/arm/boot/dts/socfpga_vt.dts

index 12d1c2ccaf5ba4b22b12a4793dd1d6f8e51da38e..468fc4cf07427b53d6fbd5cbe2c5a71304bb3151 100644 (file)
@@ -29,13 +29,10 @@ osc1 {
 
                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;
                };
 
                sysmgr@ffd08000 {
index bf511828729f9fe8c7756b19eed1341a40a23789..1ee03c44fa5ef1c7f07c1c2f3b8d419f69713a9f 100644 (file)
@@ -30,13 +30,10 @@ osc1 {
 
                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 {
index 09792b41111058f2546577d3f7ddefdc78291b41..f9345e02ca49e069b846563dc474432b77377b45 100644 (file)
@@ -43,13 +43,10 @@ osc1 {
 
                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@ff700000 {