diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-05-07 21:08:17 -0700 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-05-13 13:07:59 +0000 |
commit | c932b2731116f99a660817e8fa718c9da0798a9c (patch) | |
tree | 9a4970488c0ac8f6becd9377a80bb89275e33565 /include/video/sh_mobile_hdmi.h | |
parent | db6668d83a265a15ffd79dbc8432598808b34bb4 (diff) | |
download | blackbird-op-linux-c932b2731116f99a660817e8fa718c9da0798a9c.tar.gz blackbird-op-linux-c932b2731116f99a660817e8fa718c9da0798a9c.zip |
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; /* Chip specific option */ #define HDMI_32BIT_REG (1 << 8) +#define HDMI_HAS_HTOP1 (1 << 9) struct sh_mobile_hdmi_info { unsigned int flags; |