git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70532c1
)
don't turn on charger LED
v2009.08-pandora
author
Grazvydas Ignotas
<notasas@gmail.com>
Wed, 25 Nov 2009 13:33:33 +0000
(15:33 +0200)
committer
Grazvydas Ignotas
<notasas@gmail.com>
Wed, 25 Nov 2009 13:33:33 +0000
(15:33 +0200)
board/omap3/pandora/pandora.c
patch
|
blob
|
history
diff --git
a/board/omap3/pandora/pandora.c
b/board/omap3/pandora/pandora.c
index
b58f884
..
c360a71
100644
(file)
--- a/
board/omap3/pandora/pandora.c
+++ b/
board/omap3/pandora/pandora.c
@@
-123,10
+123,10
@@
static void lcd_init(void)
*((volatile uint *) 0x48098040) = 0x020127DC;
*((volatile uint *) 0x48098048) = 0x00000001; /* CS1 */
- /* Set GPIO
s
on T2 (Turn on LCD BL) */
- byte = 0x
C
0;
+ /* Set GPIO on T2 (Turn on LCD BL) */
+ byte = 0x
4
0;
i2c_write(0x49, 0x9B, 1, &byte, 1);
- byte = 0x
C
0;
+ byte = 0x
4
0;
i2c_write(0x49, 0x9E, 1, &byte, 1);
/* VAUX1 = 3.0V (LCD) */