diff options
Diffstat (limited to 'drivers/media/video/s5p-tv/regs-hdmi.h')
-rw-r--r-- | drivers/media/video/s5p-tv/regs-hdmi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/s5p-tv/regs-hdmi.h b/drivers/media/video/s5p-tv/regs-hdmi.h index 33247d13e4c..a889d1f57f2 100644 --- a/drivers/media/video/s5p-tv/regs-hdmi.h +++ b/drivers/media/video/s5p-tv/regs-hdmi.h @@ -140,6 +140,7 @@ #define HDMI_MODE_MASK (3 << 0) /* HDMI_TG_CMD */ +#define HDMI_TG_FIELD_EN (1 << 1) #define HDMI_TG_EN (1 << 0) #endif /* SAMSUNG_REGS_HDMI_H */ |