From 6cb07b256af233965663d6dfc329d7df3dcae786 Mon Sep 17 00:00:00 2001 From: Archit Taneja Date: Tue, 12 Apr 2011 13:52:25 +0530 Subject: OMAP: DSS2: HDMI: Use dss_device clock configuration for HDMI PLL parameters Move some of the configurable HDMI PLL parameters to dssdev.clock struct. Cleanup the function hdmi_compute_pll() by using the parameters defined in the board file and do some cosmetic modifications. Signed-off-by: Archit Taneja Signed-off-by: Tomi Valkeinen --- include/video/omapdss.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/video') diff --git a/include/video/omapdss.h b/include/video/omapdss.h index c57a046..8138613 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -438,6 +438,11 @@ struct omap_dss_device { u16 lp_clk_div; enum omap_dss_clk_source dsi_fclk_src; } dsi; + + struct { + u16 regn; + u16 regm2; + } hdmi; } clocks; struct { -- cgit v1.1