From: Lee Jones Date: Thu, 21 Mar 2013 15:59:13 +0000 (+0000) Subject: ARM: ux500: Add supply for the Cypress TrueTouch Touchscreen X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5379f026613b7ecc7e46f15b2aad377177bb0e81;p=deliverable%2Flinux.git ARM: ux500: Add supply for the Cypress TrueTouch Touchscreen This patch lists the Cypress TrueTouch Touchscreen 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 00a713372775..6abf0a85b864 100644 --- a/arch/arm/mach-ux500/board-mop500-regulators.c +++ b/arch/arm/mach-ux500/board-mop500-regulators.c @@ -78,6 +78,8 @@ static struct regulator_consumer_supply ab8500_vaux1_consumers[] = { REGULATOR_SUPPLY("vdd", "3-0029"), /* Pressure sensor device */ REGULATOR_SUPPLY("vdd", "2-005c"), + /* Cypress TrueTouch Touchscreen device */ + REGULATOR_SUPPLY("vcpin", "spi8.0"), }; static struct regulator_consumer_supply ab8500_vaux2_consumers[] = {