mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
fuze+: fix lcd code which got broken in 52426d0
The lcd data line were not setup as input anymore, making register reading plain broken and probably lead to bad lcd detection. Change-Id: I281460f845537c58045f3893261ded5c9c6e53b5
This commit is contained in:
parent
505f37e1b8
commit
9c965c88b4
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ static uint32_t i80_read_register(uint32_t data_out)
|
|||
udelay(1);
|
||||
imx233_pinctrl_set_gpio(1, 20, true); /* lcd_wr */
|
||||
udelay(3);
|
||||
HW_PINCTRL_DOUTn_CLR(1) = 0x3ffff; /* lcd_d{0-17} */
|
||||
HW_PINCTRL_DOEn_CLR(1) = 0x3ffff; /* lcd_d{0-17} */
|
||||
udelay(2);
|
||||
imx233_pinctrl_set_gpio(1, 23, false); /* lcd_enable */
|
||||
udelay(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue