fbdev: sh_mobile_hdmi: add HDMI Control Register support
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / video / sh_mobile_hdmi.h
index 2699635a99efefe2de7888ded7c8300c7a0af1c9..63d20efa254a045d53993e146e6e2f33adf50c16 100644 (file)
@@ -18,10 +18,11 @@ struct clk;
 /*
  * flags format
  *
- * 0x000000BA
+ * 0x00000CBA
  *
  * A: Audio source select
  * B: Int output option
+ * C: Chip specific option
  */
 
 /* Audio source select */
@@ -35,6 +36,9 @@ struct clk;
 #define HDMI_OUTPUT_PUSH_PULL  (1 << 4) /* System control : output mode */
 #define HDMI_OUTPUT_POLARITY_HI        (1 << 5) /* System control : output polarity */
 
+/* Chip specific option */
+#define HDMI_32BIT_REG         (1 << 8)
+#define HDMI_HAS_HTOP1         (1 << 9)
 
 struct sh_mobile_hdmi_info {
        unsigned int                     flags;