pwg5300: fix RUN state

This commit is contained in:
Suguru Saito 2021-04-24 03:18:12 +09:00 committed by Takumi Sueda
parent 0001409424
commit 2e494aafea
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ static void brain_enable(struct drm_simple_display_pipe *pipe,
writel(CTRL1_SET_BYTE_PACKAGING(valid), ili->base + LCDC_CTRL1 + REG_SET);
/* Ready to transmit */
writel(CTRL_MASTER, ili->base + LCDC_CTRL + REG_SET);
writel(CTRL_MASTER | CTRL_RUN, ili->base + LCDC_CTRL + REG_SET);
ili->enabled = true;
}