zen: workaround errata on imx233 lcdif
Change-Id: I9d723aa13628e4ab38ee7f648c1923b9e7101d22
This commit is contained in:
parent
b8bad8412f
commit
0d5b061ecc
1 changed files with 2 additions and 0 deletions
|
@ -266,6 +266,8 @@ void lcd_enable(bool enable)
|
|||
lcd_power(false);
|
||||
// stop lcdif
|
||||
BF_CLR(LCDIF_CTRL, DOTCLK_MODE);
|
||||
// stmp37xx errata: clearing DOTCLK_MODE won't clear RUN
|
||||
BF_CLR(LCDIF_CTRL, RUN);
|
||||
// disable spi
|
||||
spi_enable(false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue