don't turn on charger LED v2009.08-pandora
authorGrazvydas Ignotas <notasas@gmail.com>
Wed, 25 Nov 2009 13:33:33 +0000 (15:33 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 25 Nov 2009 13:33:33 +0000 (15:33 +0200)
board/omap3/pandora/pandora.c

index b58f884..c360a71 100644 (file)
@@ -123,10 +123,10 @@ static void lcd_init(void)
        *((volatile uint *) 0x48098040) = 0x020127DC;
        *((volatile uint *) 0x48098048) = 0x00000001; /* CS1 */
 
-       /* Set GPIOs on T2 (Turn on LCD BL) */
-       byte = 0xC0;
+       /* Set GPIO on T2 (Turn on LCD BL) */
+       byte = 0x40;
        i2c_write(0x49, 0x9B, 1, &byte, 1);
-       byte = 0xC0;
+       byte = 0x40;
        i2c_write(0x49, 0x9E, 1, &byte, 1);
 
        /* VAUX1 = 3.0V    (LCD) */