ARM: ux500: Provide supplies for AUX1, AUX2 and AUX3
authorLee Jones <lee.jones@linaro.org>
Fri, 24 May 2013 11:22:19 +0000 (12:22 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 27 May 2013 12:08:20 +0000 (14:08 +0200)
commit67b7c75e1a42f8288450203cd80a26b11dab8582
treed91e885de2af4901786d6886fecdee3387c3fc29
parent2c06897e4597b1cd68ef29e4145917a751c2b4cd
ARM: ux500: Provide supplies for AUX1, AUX2 and AUX3

This patch fixes a bug introduced in the v3.10 merge window.

The AB8500 External Regulator driver has recently landed upstream,
which registers each of the 3 external regulators located on the
AB8500. If these regulators are marked as 'always on', there is a
potential for power-loss. If they're not and are seemingly unused
the Regulator subsystem will attempt to disable them to save power.
This causes an issue for AUX1, AUX2 and AUX3 as they obtain their
power from EXT3. So we're specifying that here to prevent EXT3 from
being powered down.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/board-mop500-regulators.c