]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: u300: Convert to the common mmc DT bindings for highspeed mode
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 18 Mar 2014 19:37:26 +0000 (20:37 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 12 May 2014 10:52:41 +0000 (12:52 +0200)
The mmci host driver supports the common mmc DT parser, which enables
us to use the use common names instead.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/ste-u300.dts

index 6fe688e9e4da5230566ba89a8f7f52fab472bd4a..82a661677e97e75b9194308e261888081b998710 100644 (file)
                        clock-names = "apb_pclk", "mclk";
                        max-frequency = <24000000>;
                        bus-width = <4>; // SD-card slot
-                       mmc-cap-mmc-highspeed;
-                       mmc-cap-sd-highspeed;
+                       cap-mmc-highspeed;
+                       cap-sd-highspeed;
                        cd-gpios = <&gpio 12 0x4>;
                        cd-inverted;
                        vmmc-supply = <&ab3100_ldo_g_reg>;