From c932b2731116f99a660817e8fa718c9da0798a9c Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Mon, 7 May 2012 21:08:17 -0700 Subject: 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 Signed-off-by: Florian Tobias Schandinat --- include/video/sh_mobile_hdmi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/video') diff --git a/include/video/sh_mobile_hdmi.h b/include/video/sh_mobile_hdmi.h index ce8a540..63d20ef 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; -- cgit v1.1