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

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

ARM: ux500: Add supply for the Pressure sensor



This patch lists the Pressure sensor as a consumer of the AB8500
VAUX1 regulator.

Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 2d0266ab
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -76,6 +76,8 @@ static struct regulator_consumer_supply ab8500_vaux1_consumers[] = {
	REGULATOR_SUPPLY("vdd", "2-0068"),
	/* Ambient light sensor device */
	REGULATOR_SUPPLY("vdd", "3-0029"),
	/* Pressure sensor device */
	REGULATOR_SUPPLY("vdd", "2-005c"),
};

static struct regulator_consumer_supply ab8500_vaux2_consumers[] = {