sharp: fix to reset LCDIF module before running linux

This commit is contained in:
Suguru Saito 2021-04-27 19:19:15 +09:00
parent f8e1ec9d4d
commit 0b4c5fb836
1 changed files with 2 additions and 0 deletions

View File

@ -4,4 +4,6 @@
void board_quiesce_devices(void) {
mxs_dma_disable(MXS_DMA_CHANNEL_AHB_APBH_LCDIF);
mxs_dma_release(MXS_DMA_CHANNEL_AHB_APBH_LCDIF);
lcdif_power_down();
}