|
@@ -316,6 +316,8 @@ static int __init sh_mipi_setup(struct sh_mipi *mipi,
|
|
|
* Non-burst mode with sync pulses: VSE and HSE are output,
|
|
|
* HSA period allowed, no commands in LP
|
|
|
*/
|
|
|
+ if (pdata->flags & SH_MIPI_DSI_BL2E)
|
|
|
+ vmctr2 |= 1 << 17;
|
|
|
if (pdata->flags & SH_MIPI_DSI_HSABM)
|
|
|
vmctr2 |= 1 << 5;
|
|
|
if (pdata->flags & SH_MIPI_DSI_HBPBM)
|