From: Lee Jones Date: Thu, 21 Mar 2013 15:59:12 +0000 (+0000) Subject: ARM: ux500: Add supply for the Pressure sensor X-Git-Tag: v3.10-rc1~186^2~25^2~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4336c1d29ea9bb8ac11743da67377f196665ea28;p=platform%2Fkernel%2Flinux-3.10.git 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: Lee Jones Signed-off-by: Mark Brown --- diff --git a/arch/arm/mach-ux500/board-mop500-regulators.c b/arch/arm/mach-ux500/board-mop500-regulators.c index ba88080..00a7133 100644 --- a/arch/arm/mach-ux500/board-mop500-regulators.c +++ b/arch/arm/mach-ux500/board-mop500-regulators.c @@ -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[] = {