diff options
author | Archit Taneja <archit@ti.com> | 2011-04-12 04:22:25 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-05-11 07:20:10 -0400 |
commit | 6cb07b256af233965663d6dfc329d7df3dcae786 (patch) | |
tree | b69c7661c11ce407709d99c043b0944e4f77f73f /include/video/omapdss.h | |
parent | e888166247c0b23d3ccc8e54cf92de7325d71145 (diff) |
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 <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video/omapdss.h')
-rw-r--r-- | include/video/omapdss.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index c57a046db538..8138613c3112 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
@@ -438,6 +438,11 @@ struct omap_dss_device { | |||
438 | u16 lp_clk_div; | 438 | u16 lp_clk_div; |
439 | enum omap_dss_clk_source dsi_fclk_src; | 439 | enum omap_dss_clk_source dsi_fclk_src; |
440 | } dsi; | 440 | } dsi; |
441 | |||
442 | struct { | ||
443 | u16 regn; | ||
444 | u16 regm2; | ||
445 | } hdmi; | ||
441 | } clocks; | 446 | } clocks; |
442 | 447 | ||
443 | struct { | 448 | struct { |