1
0
Fork 0
forked from len0rd/rockbox

hwstub: fix lcdif pin setup for 18-bit bus

Change-Id: I30a2cedb1170abbee5a80c33206c147eb4207ca5
This commit is contained in:
Amaury Pouly 2013-12-24 15:24:50 +01:00
parent 5b865de73a
commit 01475e724b

View file

@ -265,7 +265,14 @@ function STMP.pinctrl.lcdif.setup_system(bus_width, busy)
} }
local bus16_17 = local bus16_17 =
{ {
imx233 =
{
all =
{
lcd_d16 = {bank = 1, pin = 16, muxsel = "MAIN"},
lcd_d17 = {bank = 1, pin = 17, muxsel = "MAIN"},
}
}
} }
local busy_pin = local busy_pin =
{ {