diff --git a/[refs] b/[refs] index 88e603ef4dfc..283d2b1f0d4a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b16533d3331e3b5905f31b00399933f956936c97 +refs/heads/master: fedea672a3aab3b99d03e69805ee423c73af1961 diff --git a/trunk/arch/arm/mach-mx3/mx31moboard.c b/trunk/arch/arm/mach-mx3/mx31moboard.c index 1ec679a3c72f..b70529145936 100644 --- a/trunk/arch/arm/mach-mx3/mx31moboard.c +++ b/trunk/arch/arm/mach-mx3/mx31moboard.c @@ -226,7 +226,7 @@ static struct mc13783_regulator_init_data moboard_regulators[] = { static struct mc13783_platform_data moboard_pmic = { .regulators = moboard_regulators, .num_regulators = ARRAY_SIZE(moboard_regulators), - .flags = MC13783_USE_REGULATOR | MC13783_USE_RTC, + .flags = MC13783_USE_REGULATOR | MC13783_USE_RTC | MC13783_USE_ADC, };