diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-10-28 11:47:28 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-01-13 12:19:53 +0200 |
commit | 6873efe167d76f255e66425d2f11d0dbb79dc60b (patch) | |
tree | 968bab736ea6264cdfcae07e6884e931bd516c2b /drivers/video/omap2/dss | |
parent | 42116517d21858acf80093330c6ad3eefec2979b (diff) | |
download | linux-6873efe167d76f255e66425d2f11d0dbb79dc60b.tar.bz2 |
OMAPDSS: HDMI: add missing core irq
HDMI_IRQ_CORE was not defined in the hdmi.h.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss')
-rw-r--r-- | drivers/video/omap2/dss/hdmi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/hdmi.h b/drivers/video/omap2/dss/hdmi.h index e523c2b266f5..e25681ff5a70 100644 --- a/drivers/video/omap2/dss/hdmi.h +++ b/drivers/video/omap2/dss/hdmi.h @@ -48,7 +48,7 @@ #define HDMI_WP_AUDIO_DATA 0x8C /* HDMI WP IRQ flags */ - +#define HDMI_IRQ_CORE (1 << 0) #define HDMI_IRQ_OCP_TIMEOUT (1 << 4) #define HDMI_IRQ_AUDIO_FIFO_UNDERFLOW (1 << 8) #define HDMI_IRQ_AUDIO_FIFO_OVERFLOW (1 << 9) |