Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2071f852 authored by Ulf Hansson's avatar Ulf Hansson
Browse files

ARM: u300: Convert to the common mmc DT bindings for highspeed mode



The mmci host driver supports the common mmc DT parser, which enables
us to use the use common names instead.

Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent c1bc0e8c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -442,8 +442,8 @@
			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>;