aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2010-06-25 20:17:17 +0200
committerLars-Peter Clausen <lars@metafoo.de>2010-07-03 19:00:40 +0200
commitb02fa027be49b9d9bc9642b2aa08dc2f3c7e32ec (patch)
tree761b01873a43a609b4fd05a348f1c0e1446fb511
parent8335be6be5033ca548bd0231b3d0c5db392e5bec (diff)
glamo-core: fix registers in init script
-rw-r--r--drivers/mfd/glamo-core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/glamo-core.c b/drivers/mfd/glamo-core.c
index af50b82981a..d7bcce3ecd7 100644
--- a/drivers/mfd/glamo-core.c
+++ b/drivers/mfd/glamo-core.c
@@ -828,8 +828,8 @@ static const struct glamo_script glamo_init_script[] = {
* b7..b4 = 0 = no wait states on read or write
* b0 = 1 select PLL2 for Host interface, b1 = enable it
*/
- { GLAMO_REG_HOSTBUS(0), 0x0e03 /* this is replaced by script parser */ },
- { GLAMO_REG_HOSTBUS(1), 0x07ff }, /* TODO: Disable all */
+ { GLAMO_REG_HOSTBUS(1), 0x0e03 /* this is replaced by script parser */ },
+ { GLAMO_REG_HOSTBUS(2), 0x07ff }, /* TODO: Disable all */
{ GLAMO_REG_HOSTBUS(10), 0x0000 },
{ GLAMO_REG_HOSTBUS(11), 0x4000 },
{ GLAMO_REG_HOSTBUS(12), 0xf00e },