projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd027b0
)
ARM i.MX mx31_3ds: Fix MC13783 regulator names
author
Sascha Hauer
<s.hauer@pengutronix.de>
Fri, 14 Jan 2011 08:44:02 +0000
(09:44 +0100)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Fri, 14 Jan 2011 08:47:48 +0000
(09:47 +0100)
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx3/mach-mx31_3ds.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mx3/mach-mx31_3ds.c
b/arch/arm/mach-mx3/mach-mx31_3ds.c
index
4e516b4
..
6b4aa2c
100644
(file)
--- a/
arch/arm/mach-mx3/mach-mx31_3ds.c
+++ b/
arch/arm/mach-mx3/mach-mx31_3ds.c
@@
-147,10
+147,10
@@
static struct mc13783_regulator_init_data mx31_3ds_regulators[] = {
.init_data = &pwgtx_init,
}, {
- .id = MC13783_REG
U
_GPO1, /* Turn on 1.8V */
+ .id = MC13783_REG_GPO1, /* Turn on 1.8V */
.init_data = &gpo_init,
}, {
- .id = MC13783_REG
U
_GPO3, /* Turn on 3.3V */
+ .id = MC13783_REG_GPO3, /* Turn on 3.3V */
.init_data = &gpo_init,
},
};