Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6873efe1 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

OMAPDSS: HDMI: add missing core irq



HDMI_IRQ_CORE was not defined in the hdmi.h.

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 42116517
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)