1
0
Fork 0
forked from len0rd/rockbox

hm60x: Fix gpio pin direction.

Change-Id: I22324a3bd080a23d3606e6bc8e55881d072bf615
This commit is contained in:
Andrew Ryabinin 2012-07-13 22:30:09 +04:00
parent e2d72d64fd
commit 50370cd70d

View file

@ -170,7 +170,7 @@ enum lcd_type_t
static void identify_lcd(void)
{
SCU_IOMUXB_CON &= ~(1<<2);
GPIO_PCCON |= (1<<4);
if (GPIO_PCDR & (1<<4))
{
lcd_type = LCD_V1;