diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-12-06 15:08:45 +0000 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-03-01 23:25:25 +0100 |
commit | d05b066f6720be1a4771f1b922a3926da7097beb (patch) | |
tree | 21cd9af934e693bf63d0e00c5676a64833c69ccd /arch/arm/boot | |
parent | e7bda303a43f5507cb76f8b41a6e73fec0f83cc8 (diff) | |
download | op-kernel-dev-d05b066f6720be1a4771f1b922a3926da7097beb.zip op-kernel-dev-d05b066f6720be1a4771f1b922a3926da7097beb.tar.gz |
ARM: ux500: Specify which IOS regulator to use for MMCI
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/href.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/href.dtsi b/arch/arm/boot/dts/href.dtsi index 592fb9d..f2c0f66 100644 --- a/arch/arm/boot/dts/href.dtsi +++ b/arch/arm/boot/dts/href.dtsi @@ -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>; |