summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/dss.h
diff options
context:
space:
mode:
authorMythri P K <mythripk@ti.com>2011-09-08 19:06:21 +0530
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-09-30 16:16:32 +0300
commit94c52987d293ec2aeb75993a3e33b7c36159668c (patch)
treeb953461850e54f26152096bbcd23cf0fbe22e416 /drivers/video/omap2/dss/dss.h
parent38863b7e1d22ca83614cf61ba73bd97a1355524d (diff)
downloadop-kernel-dev-94c52987d293ec2aeb75993a3e33b7c36159668c.zip
op-kernel-dev-94c52987d293ec2aeb75993a3e33b7c36159668c.tar.gz
OMAP4: DSS2: HDMI: Move HDMI IP independent generic header
Some of the header file definitions that are there in the hdmi.h are generic and can be used across OMAP's, Thus moving generic definition to new file. Signed-off-by: Mythri P K <mythripk@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dss.h')
-rw-r--r--drivers/video/omap2/dss/dss.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/omap2/dss/dss.h
index 6aeb1f5..d790580 100644
--- a/drivers/video/omap2/dss/dss.h
+++ b/drivers/video/omap2/dss/dss.h
@@ -155,24 +155,6 @@ struct dsi_clock_info {
bool use_sys_clk;
};
-enum hdmi_clk_refsel {
- HDMI_REFSEL_PCLK = 0,
- HDMI_REFSEL_REF1 = 1,
- HDMI_REFSEL_REF2 = 2,
- HDMI_REFSEL_SYSCLK = 3
-};
-
-/* HDMI PLL structure */
-struct hdmi_pll_info {
- u16 regn;
- u16 regm;
- u32 regmf;
- u16 regm2;
- u16 regsd;
- u16 dcofreq;
- enum hdmi_clk_refsel refsel;
-};
-
struct seq_file;
struct platform_device;
OpenPOWER on IntegriCloud