diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-11-08 23:34:33 -0500 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-11-21 18:43:21 -0500 |
commit | d07a9d2a5e82ed677971b2e9f3e4cbd49b9ec34e (patch) | |
tree | 48520eb86306e6f228281861e66208748dc5adf4 /drivers/video/sh_mipi_dsi.c | |
parent | f7b0af68bc9f5eb5291996706951661d57909137 (diff) |
fbdev: sh_mipi_dsi: add SH_MIPI_DSI_BL2E flag
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/sh_mipi_dsi.c')
-rw-r--r-- | drivers/video/sh_mipi_dsi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/sh_mipi_dsi.c b/drivers/video/sh_mipi_dsi.c index c9fac13b03c7..dfd51541e24c 100644 --- a/drivers/video/sh_mipi_dsi.c +++ b/drivers/video/sh_mipi_dsi.c | |||
@@ -316,6 +316,8 @@ static int __init sh_mipi_setup(struct sh_mipi *mipi, | |||
316 | * Non-burst mode with sync pulses: VSE and HSE are output, | 316 | * Non-burst mode with sync pulses: VSE and HSE are output, |
317 | * HSA period allowed, no commands in LP | 317 | * HSA period allowed, no commands in LP |
318 | */ | 318 | */ |
319 | if (pdata->flags & SH_MIPI_DSI_BL2E) | ||
320 | vmctr2 |= 1 << 17; | ||
319 | if (pdata->flags & SH_MIPI_DSI_HSABM) | 321 | if (pdata->flags & SH_MIPI_DSI_HSABM) |
320 | vmctr2 |= 1 << 5; | 322 | vmctr2 |= 1 << 5; |
321 | if (pdata->flags & SH_MIPI_DSI_HBPBM) | 323 | if (pdata->flags & SH_MIPI_DSI_HBPBM) |