projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
410d345
)
ARM i.MX27 3ds: Fix mc13783 regulator names
author
Sascha Hauer
<s.hauer@pengutronix.de>
Fri, 7 Jan 2011 16:07:22 +0000
(17:07 +0100)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Fri, 7 Jan 2011 16:11:42 +0000
(17:11 +0100)
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-imx/mach-mx27_3ds.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/mach-mx27_3ds.c
b/arch/arm/mach-imx/mach-mx27_3ds.c
index 6fd0f8f6deb694adde1583385ed17f8cd8e15a34..83f8e2b4fd5cdcbafcbbe6425a5091cc4dfb5913 100644
(file)
--- 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_REG
U
_VMMC1,
+ .id = MC13783_REG_VMMC1,
.init_data = &vmmc1_init,
}, {
- .id = MC13783_REG
U
_VGEN,
+ .id = MC13783_REG_VGEN,
.init_data = &vgen_init,
},
};