forked from len0rd/rockbox
hwstub: fix lcdif pin setup for 18-bit bus
Change-Id: I30a2cedb1170abbee5a80c33206c147eb4207ca5
This commit is contained in:
parent
5b865de73a
commit
01475e724b
1 changed files with 8 additions and 1 deletions
|
@ -265,7 +265,14 @@ function STMP.pinctrl.lcdif.setup_system(bus_width, busy)
|
|||
}
|
||||
local bus16_17 =
|
||||
{
|
||||
|
||||
imx233 =
|
||||
{
|
||||
all =
|
||||
{
|
||||
lcd_d16 = {bank = 1, pin = 16, muxsel = "MAIN"},
|
||||
lcd_d17 = {bank = 1, pin = 17, muxsel = "MAIN"},
|
||||
}
|
||||
}
|
||||
}
|
||||
local busy_pin =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue