aboutsummaryrefslogtreecommitdiffstats
path: root/include/video/sh_mobile_hdmi.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2012-05-07 21:08:17 -0700
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2012-05-13 13:07:59 +0000
commitc932b2731116f99a660817e8fa718c9da0798a9c (patch)
tree9a4970488c0ac8f6becd9377a80bb89275e33565 /include/video/sh_mobile_hdmi.h
parentfbdev: sh_mobile_hdmi: 32bit register access support (diff)
downloadlinux-dev-c932b2731116f99a660817e8fa718c9da0798a9c.tar.xz
linux-dev-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.h1
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;