diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-07 11:07:22 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-07 11:11:42 -0500 |
commit | 074cee9257b96a84c955ee2a2816d426c9f64e52 (patch) | |
tree | a09309cb5270a8b6316b045db7c1630d30729792 | |
parent | 410d3458e56bfe85ea4ac6358d5ae16d2f9acda6 (diff) |
ARM i.MX27 3ds: Fix mc13783 regulator names
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r-- | 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 6fd0f8f6deb6..83f8e2b4fd5c 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 = { | |||
215 | 215 | ||
216 | static struct mc13783_regulator_init_data mx27_3ds_regulators[] = { | 216 | static struct mc13783_regulator_init_data mx27_3ds_regulators[] = { |
217 | { | 217 | { |
218 | .id = MC13783_REGU_VMMC1, | 218 | .id = MC13783_REG_VMMC1, |
219 | .init_data = &vmmc1_init, | 219 | .init_data = &vmmc1_init, |
220 | }, { | 220 | }, { |
221 | .id = MC13783_REGU_VGEN, | 221 | .id = MC13783_REG_VGEN, |
222 | .init_data = &vgen_init, | 222 | .init_data = &vgen_init, |
223 | }, | 223 | }, |
224 | }; | 224 | }; |