summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/mach-mx31_3ds.c
diff options
context:
space:
mode:
authorFabio Estevam2011-11-21 19:26:51 +0100
committerSascha Hauer2012-01-03 09:47:15 +0100
commit039d7ba4bcfb1e0040be6f7812a410e6744ce69e (patch)
tree8bad9f5740dbbc8cc7e4f43a5e9c2eee403603ea /arch/arm/mach-imx/mach-mx31_3ds.c
parentiomux-mx25: configuration to support CSPI3 on CSI pins (diff)
downloadkernel-qcow2-linux-039d7ba4bcfb1e0040be6f7812a410e6744ce69e.tar.gz
kernel-qcow2-linux-039d7ba4bcfb1e0040be6f7812a410e6744ce69e.tar.xz
kernel-qcow2-linux-039d7ba4bcfb1e0040be6f7812a410e6744ce69e.zip
ARM: mx31pdk: Add MC13783 RTC support
MX31PDK board has a MC13783 PMIC, which provides RTC functionality. Add support for it. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/mach-mx31_3ds.c')
-rw-r--r--arch/arm/mach-imx/mach-mx31_3ds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx31_3ds.c b/arch/arm/mach-imx/mach-mx31_3ds.c
index b8c54b840185..00bb308ce1cd 100644
--- a/arch/arm/mach-imx/mach-mx31_3ds.c
+++ b/arch/arm/mach-imx/mach-mx31_3ds.c
@@ -492,7 +492,7 @@ static struct mc13xxx_platform_data mc13783_pdata = {
.regulators = mx31_3ds_regulators,
.num_regulators = ARRAY_SIZE(mx31_3ds_regulators),
},
- .flags = MC13XXX_USE_TOUCHSCREEN,
+ .flags = MC13XXX_USE_TOUCHSCREEN | MC13XXX_USE_RTC,
};
/* SPI */