diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-06-07 17:11:20 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@stericsson.com> | 2013-08-06 23:48:48 +0200 |
commit | 75f0999a8ba36d8a270f5f4305cb1a10f843e834 (patch) | |
tree | 698a2462af74019188ca3b0cc917064105c82468 /arch/arm/boot/dts/dbx5x0.dtsi | |
parent | 62ebfe6b5e954e4911009edbd45560d5a60ed855 (diff) | |
download | lwn-75f0999a8ba36d8a270f5f4305cb1a10f843e834.tar.gz lwn-75f0999a8ba36d8a270f5f4305cb1a10f843e834.zip |
ARM: ux500: Provide a supply name for the AB8500 AUX regulators to use
AB8500 AUX regulators are supplied by EXT3 on some boards. This supply
phandle lookup will enable the regulator core to search for and locate
the EXT3 supply at registration time.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/dbx5x0.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dbx5x0.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 77abea56c112..1c1091eedade 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi @@ -486,6 +486,7 @@ ab8500-regulators { compatible = "stericsson,ab8500-regulator"; + vin-supply = <&ab8500_ext3_reg>; // supplies to the display/camera ab8500_ldo_aux1_reg: ab8500_ldo_aux1 { |