fix regulator support for the i.MX27 3ds
From: s.hauer@pengutronix.de (Sascha Hauer)
Date: 2011-01-07 16:11:23
The mc13783 regulator names have been changed. Currently the 3ds board is broken in -next. Sascha
2 messages, 1 author, 2011-01-07 · open the first message on its own page
From: s.hauer@pengutronix.de (Sascha Hauer)
Date: 2011-01-07 16:11:23
The mc13783 regulator names have been changed. Currently the 3ds board is broken in -next. Sascha
From: s.hauer@pengutronix.de (Sascha Hauer)
Date: 2011-01-07 16:11:24
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> --- arch/arm/mach-imx/mach-mx27_3ds.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-imx/mach-mx27_3ds.c b/arch/arm/mach-imx/mach-mx27_3ds.c
index 6fd0f8f..83f8e2b 100644
--- a/arch/arm/mach-imx/mach-mx27_3ds.c
+++ b/arch/arm/mach-imx/mach-mx27_3ds.c@@ -215,10 +215,10 @@ static struct regulator_init_data vgen_init = { static struct mc13783_regulator_init_data mx27_3ds_regulators[] = { { - .id = MC13783_REGU_VMMC1, + .id = MC13783_REG_VMMC1, .init_data = &vmmc1_init, }, { - .id = MC13783_REGU_VGEN, + .id = MC13783_REG_VGEN, .init_data = &vgen_init, }, };
--
1.7.2.3