summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/hdmi_phy.c
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2013-09-10 16:34:02 +0530
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-10-09 12:42:27 +0300
commit8696131fadda03c4c9bc12496c3e4c1001ebf8a8 (patch)
tree7f71542b2fc96267ec42b6d51ba28b85bb698479 /drivers/video/omap2/dss/hdmi_phy.c
parentbdb8bfc652543dc392caa66343fe32cf66c4095b (diff)
downloadop-kernel-dev-8696131fadda03c4c9bc12496c3e4c1001ebf8a8.zip
op-kernel-dev-8696131fadda03c4c9bc12496c3e4c1001ebf8a8.tar.gz
omapdss: HDMI: add HDMI wrapper IRQ flags
Add flags for the interrupts present in HDMI wrapper block, these will be used to configure HDMI_IRQENABLE_SET/CLEAR and HDMI_IRQSTATUS registers. Signed-off-by: Archit Taneja <archit@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/hdmi_phy.c')
-rw-r--r--drivers/video/omap2/dss/hdmi_phy.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/omap2/dss/hdmi_phy.c b/drivers/video/omap2/dss/hdmi_phy.c
index 29f7552..16feaa8 100644
--- a/drivers/video/omap2/dss/hdmi_phy.c
+++ b/drivers/video/omap2/dss/hdmi_phy.c
@@ -17,9 +17,6 @@
#include "dss.h"
#include "ti_hdmi.h"
-#define HDMI_IRQ_LINK_CONNECT (1 << 25)
-#define HDMI_IRQ_LINK_DISCONNECT (1 << 26)
-
void hdmi_phy_dump(struct hdmi_phy_data *phy, struct seq_file *s)
{
#define DUMPPHY(r) seq_printf(s, "%-35s %08x\n", #r,\
OpenPOWER on IntegriCloud