Commit 5379f026 authored by Lee Jones's avatar Lee Jones Committed by Mark Brown

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: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 4336c1d2
...@@ -78,6 +78,8 @@ static struct regulator_consumer_supply ab8500_vaux1_consumers[] = { ...@@ -78,6 +78,8 @@ static struct regulator_consumer_supply ab8500_vaux1_consumers[] = {
REGULATOR_SUPPLY("vdd", "3-0029"), REGULATOR_SUPPLY("vdd", "3-0029"),
/* Pressure sensor device */ /* Pressure sensor device */
REGULATOR_SUPPLY("vdd", "2-005c"), REGULATOR_SUPPLY("vdd", "2-005c"),
/* Cypress TrueTouch Touchscreen device */
REGULATOR_SUPPLY("vcpin", "spi8.0"),
}; };
static struct regulator_consumer_supply ab8500_vaux2_consumers[] = { static struct regulator_consumer_supply ab8500_vaux2_consumers[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment