Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa679523 authored by Lee Jones's avatar Lee Jones Committed by Mark Brown
Browse files

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: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 5379f026
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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[] = {