Commit 039d7ba4 authored by Fabio Estevam's avatar Fabio Estevam Committed by Sascha Hauer

ARM: mx31pdk: Add MC13783 RTC support

MX31PDK board has a MC13783 PMIC, which provides RTC functionality.

Add support for it.
Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent cec00432
...@@ -492,7 +492,7 @@ static struct mc13xxx_platform_data mc13783_pdata = { ...@@ -492,7 +492,7 @@ static struct mc13xxx_platform_data mc13783_pdata = {
.regulators = mx31_3ds_regulators, .regulators = mx31_3ds_regulators,
.num_regulators = ARRAY_SIZE(mx31_3ds_regulators), .num_regulators = ARRAY_SIZE(mx31_3ds_regulators),
}, },
.flags = MC13XXX_USE_TOUCHSCREEN, .flags = MC13XXX_USE_TOUCHSCREEN | MC13XXX_USE_RTC,
}; };
/* SPI */ /* SPI */
......
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