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 /include/video | |
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 'include/video')
-rw-r--r-- | include/video/sh_mipi_dsi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/sh_mipi_dsi.h b/include/video/sh_mipi_dsi.h index 86a72c05e9bd..58b78f8c0abd 100644 --- a/include/video/sh_mipi_dsi.h +++ b/include/video/sh_mipi_dsi.h | |||
@@ -30,6 +30,7 @@ struct sh_mobile_lcdc_chan_cfg; | |||
30 | #define SH_MIPI_DSI_HSABM (1 << 0) | 30 | #define SH_MIPI_DSI_HSABM (1 << 0) |
31 | #define SH_MIPI_DSI_HBPBM (1 << 1) | 31 | #define SH_MIPI_DSI_HBPBM (1 << 1) |
32 | #define SH_MIPI_DSI_HFPBM (1 << 2) | 32 | #define SH_MIPI_DSI_HFPBM (1 << 2) |
33 | #define SH_MIPI_DSI_BL2E (1 << 3) | ||
33 | 34 | ||
34 | struct sh_mipi_dsi_info { | 35 | struct sh_mipi_dsi_info { |
35 | enum sh_mipi_dsi_data_fmt data_format; | 36 | enum sh_mipi_dsi_data_fmt data_format; |