]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: ux500: Add a vmmc regulator through DT for the poped eMMC for href
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 20 Mar 2014 13:07:34 +0000 (14:07 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 12 May 2014 10:52:44 +0000 (12:52 +0200)
Add a node in DT for the proper regulator which means we can move away
from the mmci platform data which currently holds the corresponding OCR
mask.

The mmci driver can then calculate the OCR mask based on the voltages
supported by the regulator, instead of relying on the platform data.

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

index 48ea4c1986888538e859e5f1d81eb427a4cb6713..bf8f0eddc2c020d03dda99adfdc32d453e254c14 100644 (file)
                        bus-width = <8>;
                        cap-mmc-highspeed;
                        non-removable;
+                       vmmc-supply = <&db8500_vsmps2_reg>;
                        pinctrl-names = "default", "sleep";
                        pinctrl-0 = <&sdi2_default_mode>;
                        pinctrl-1 = <&sdi2_sleep_mode>;