Skip to content

Commit

Permalink
ARM: ux500: Specify which IOS regulator to use for MMCI
Browse files Browse the repository at this point in the history
In an effort to move platform specific GPIO controlled regulators
out from platform code we've created a new mechanism to specify
them from within the MMCI driver using the supply name 'vmmc-ios'.
For that to happen when booting device tree, we need to supply it
in the MMCI (SDI) node.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Lee Jones authored and Linus Walleij committed Mar 1, 2013
1 parent e7bda30 commit d05b066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/href.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
mmc-cap-sd-highspeed;
mmc-cap-mmc-highspeed;
vmmc-supply = <&ab8500_ldo_aux3_reg>;
vqmmc-supply = <&vmmci>;

cd-gpios = <&tc3589x_gpio 3 0x4>;

Expand Down

0 comments on commit d05b066

Please sign in to comment.