From 3c681ea5c8ecbe1311a3ed612b4e6bd050052596 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Thu, 3 Dec 2009 20:30:34 +0100 Subject: [PATCH] mx31moboard: fix typo Currently, linux-next breaks due to a typo introduced in commit 3b987d8a1b646a4d914a876c994284728c8129a3 This patch fixes it. Signed-off-by: Robert Schwebel Cc: Valentin Longchamp Cc: Sascha Hauer Signed-off-by: Sascha Hauer --- arch/arm/mach-mx3/mx31moboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-mx3/mx31moboard.c b/arch/arm/mach-mx3/mx31moboard.c index 1ec679a3c72fc..b70529145936f 100644 --- a/arch/arm/mach-mx3/mx31moboard.c +++ b/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, }; -- 2.39.5