ARM: ux500: Add supply for the Cypress TrueTouch Touchscreen
authorLee Jones <lee.jones@linaro.org>
Thu, 21 Mar 2013 15:59:13 +0000 (15:59 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 28 Mar 2013 00:09:20 +0000 (00:09 +0000)
This patch lists the Cypress TrueTouch Touchscreen as a consumer
of the AB8500 VAUX1 regulator.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
arch/arm/mach-ux500/board-mop500-regulators.c

index 00a7133727758bfcccef0e1e34d4bb91d3b37278..6abf0a85b8643673431fdf89100335a425b6c7e8 100644 (file)
@@ -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[] = {
This page took 0.025748 seconds and 5 git commands to generate.