diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-03-21 11:59:14 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-27 20:09:20 -0400 |
commit | fa679523b68e1a2f9d99d5e714e022a4327e13a8 (patch) | |
tree | 7cb6ce3019c5eaa12c78442e7b5bdf5853d6d2b5 /arch/arm/mach-ux500 | |
parent | 5379f026613b7ecc7e46f15b2aad377177bb0e81 (diff) |
ARM: ux500: regulators: List the MMIO camera as a consumer of VAUX1
The MMIO camera uses the VAUX1 as it's voltage supply.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500-regulators.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-regulators.c b/arch/arm/mach-ux500/board-mop500-regulators.c index 6abf0a85b864..c962d1d726bb 100644 --- a/arch/arm/mach-ux500/board-mop500-regulators.c +++ b/arch/arm/mach-ux500/board-mop500-regulators.c | |||
@@ -80,6 +80,8 @@ static struct regulator_consumer_supply ab8500_vaux1_consumers[] = { | |||
80 | REGULATOR_SUPPLY("vdd", "2-005c"), | 80 | REGULATOR_SUPPLY("vdd", "2-005c"), |
81 | /* Cypress TrueTouch Touchscreen device */ | 81 | /* Cypress TrueTouch Touchscreen device */ |
82 | REGULATOR_SUPPLY("vcpin", "spi8.0"), | 82 | REGULATOR_SUPPLY("vcpin", "spi8.0"), |
83 | /* Camera device */ | ||
84 | REGULATOR_SUPPLY("vaux12v5", "mmio_camera"), | ||
83 | }; | 85 | }; |
84 | 86 | ||
85 | static struct regulator_consumer_supply ab8500_vaux2_consumers[] = { | 87 | static struct regulator_consumer_supply ab8500_vaux2_consumers[] = { |