diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-05-08 00:08:17 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-05-13 09:07:59 -0400 |
commit | c932b2731116f99a660817e8fa718c9da0798a9c (patch) | |
tree | 9a4970488c0ac8f6becd9377a80bb89275e33565 /include/video/sh_mobile_hdmi.h | |
parent | db6668d83a265a15ffd79dbc8432598808b34bb4 (diff) |
fbdev: sh_mobile_hdmi: add HDMI Control Register support
Latest SuperH HDMI uses not only HDMI Core Register (HTOP0)
but also HDMI Control Register (HTOP1).
This patch adds HDMI Control Register support.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'include/video/sh_mobile_hdmi.h')
-rw-r--r-- | include/video/sh_mobile_hdmi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/sh_mobile_hdmi.h b/include/video/sh_mobile_hdmi.h index ce8a540996c7..63d20efa254a 100644 --- a/include/video/sh_mobile_hdmi.h +++ b/include/video/sh_mobile_hdmi.h | |||
@@ -38,6 +38,7 @@ struct clk; | |||
38 | 38 | ||
39 | /* Chip specific option */ | 39 | /* Chip specific option */ |
40 | #define HDMI_32BIT_REG (1 << 8) | 40 | #define HDMI_32BIT_REG (1 << 8) |
41 | #define HDMI_HAS_HTOP1 (1 << 9) | ||
41 | 42 | ||
42 | struct sh_mobile_hdmi_info { | 43 | struct sh_mobile_hdmi_info { |
43 | unsigned int flags; | 44 | unsigned int flags; |