diff options
| -rw-r--r-- | arch/arm/mach-imx/mach-mx27_3ds.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx27_3ds.c b/arch/arm/mach-imx/mach-mx27_3ds.c index 84fb79315dd1..6fa6934ab150 100644 --- a/arch/arm/mach-imx/mach-mx27_3ds.c +++ b/arch/arm/mach-imx/mach-mx27_3ds.c | |||
| @@ -293,7 +293,8 @@ static struct mc13xxx_platform_data mc13783_pdata = { | |||
| 293 | .num_regulators = ARRAY_SIZE(mx27_3ds_regulators), | 293 | .num_regulators = ARRAY_SIZE(mx27_3ds_regulators), |
| 294 | 294 | ||
| 295 | }, | 295 | }, |
| 296 | .flags = MC13783_USE_REGULATOR | MC13783_USE_TOUCHSCREEN, | 296 | .flags = MC13783_USE_REGULATOR | MC13783_USE_TOUCHSCREEN | |
| 297 | MC13783_USE_RTC, | ||
| 297 | }; | 298 | }; |
| 298 | 299 | ||
| 299 | /* SPI */ | 300 | /* SPI */ |
