Re: NAND Boot Testing - 12-11: Panel power off and on now working!
I tried it out, i replaced the inits in the board-htcrhodium-panel.c with the new ones, but I am still having the same issues with the panel firing up.
What do these two entries do?
{0x6a17, 0x01},
{0x6a18, 0xff},
Here is exactly what I have for init:
nov_init_seq[] = {
/* EID es3 */
{0x5100, 0x00},
{0x1100, 0x01},
{REG_WAIT, 0x64},
{0x4e00, 0x00},
{0x180, 0x02},
{0x880, 0x00},
{0x2080, 0x33},
{0x2680, 0x78},
{0x2880, 0x3e},
{0x2980, 0x04},
{0x2c80, 0x22},
{0x2e80, 0x00},
{0xde80, 0x02},
{0x3a00, 0x55},
{0x3500, 0x00},
{0x4400, 0x00},
{0x4401, 0x00},
{0x5e00, 0x00},
{0x6a01, 0x00},
{0x6a02, 0x01},
{0x5301, 0x10},
{0x5500, 0x02},
{0x6a17, 0x01},
{0x6a18, 0xff},
{0x2900, 0x01},
{0x5300, 0x2c},
{0x5303, 0x01},
};
Last edited by mpannen; 12-14-2010 at 10:20 PM.
|