1
0
Fork 0

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>
hifive-unleashed-5.1
Lee Jones 2013-03-21 15:59:14 +00:00 committed by Mark Brown
parent 5379f02661
commit fa679523b6
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ static struct regulator_consumer_supply ab8500_vaux1_consumers[] = {
REGULATOR_SUPPLY("vdd", "2-005c"),
/* Cypress TrueTouch Touchscreen device */
REGULATOR_SUPPLY("vcpin", "spi8.0"),
/* Camera device */
REGULATOR_SUPPLY("vaux12v5", "mmio_camera"),
};
static struct regulator_consumer_supply ab8500_vaux2_consumers[] = {