diff options
| -rw-r--r-- | arch/arm/mach-mx3/mach-mx31_3ds.c | 2 |
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[] = { | |||
| 127 | static struct mc13783_platform_data mc13783_pdata __initdata = { | 127 | static struct mc13783_platform_data mc13783_pdata __initdata = { |
| 128 | .regulators = mx31_3ds_regulators, | 128 | .regulators = mx31_3ds_regulators, |
| 129 | .num_regulators = ARRAY_SIZE(mx31_3ds_regulators), | 129 | .num_regulators = ARRAY_SIZE(mx31_3ds_regulators), |
| 130 | .flags = MC13783_USE_REGULATOR, | 130 | .flags = MC13783_USE_REGULATOR | MC13783_USE_TOUCHSCREEN, |
| 131 | }; | 131 | }; |
| 132 | 132 | ||
| 133 | /* SPI */ | 133 | /* SPI */ |
