summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx3/mach-mx31_3ds.c
diff options
context:
space:
mode:
authorFabio Estevam2010-10-27 19:31:06 +0200
committerSascha Hauer2010-11-24 09:57:05 +0100
commitbd02a9e5eee6335f23f1fff52a1e5c8e1783c49e (patch)
treefe58d4450eccd2456bf91d912f9773987c6470d5 /arch/arm/mach-mx3/mach-mx31_3ds.c
parentARM: i.MX IOMUX-V3 replace struct pad_desc with bitmapped cookie (diff)
downloadkernel-qcow2-linux-bd02a9e5eee6335f23f1fff52a1e5c8e1783c49e.tar.gz
kernel-qcow2-linux-bd02a9e5eee6335f23f1fff52a1e5c8e1783c49e.tar.xz
kernel-qcow2-linux-bd02a9e5eee6335f23f1fff52a1e5c8e1783c49e.zip
mx31_3ds: Add touchscreen support
On the mx31_3ds board the touchscreen feature is provided by MC13783 PMIC. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/mach-mx31_3ds.c')
-rw-r--r--arch/arm/mach-mx3/mach-mx31_3ds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx3/mach-mx31_3ds.c b/arch/arm/mach-mx3/mach-mx31_3ds.c
index 3dea40743f81..e4efbfe8795e 100644
--- a/arch/arm/mach-mx3/mach-mx31_3ds.c
+++ b/arch/arm/mach-mx3/mach-mx31_3ds.c
@@ -127,7 +127,7 @@ static struct mc13783_regulator_init_data mx31_3ds_regulators[] = {
static struct mc13783_platform_data mc13783_pdata __initdata = {
.regulators = mx31_3ds_regulators,
.num_regulators = ARRAY_SIZE(mx31_3ds_regulators),
- .flags = MC13783_USE_REGULATOR,
+ .flags = MC13783_USE_REGULATOR | MC13783_USE_TOUCHSCREEN,
};
/* SPI */