]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/video/sh_mobile_hdmi.h
fbdev: sh_mobile_hdmi: add support for more precise HDMI clock configuration
[mv-sheeva.git] / include / video / sh_mobile_hdmi.h
index 1e1aa54ab2e45bad0c1d6841572ba84ff0e912a3..b56932927d0a5e9ae92f7d43f8dd67c00c5991de 100644 (file)
@@ -13,6 +13,7 @@
 
 struct sh_mobile_lcdc_chan_cfg;
 struct device;
+struct clk;
 
 /*
  * flags format
@@ -33,6 +34,8 @@ struct sh_mobile_hdmi_info {
        struct sh_mobile_lcdc_chan_cfg  *lcd_chan;
        struct device                   *lcd_dev;
        unsigned int                     flags;
+       long (*clk_optimize_parent)(unsigned long target, unsigned long *best_freq,
+                                   unsigned long *parent_freq);
 };
 
 #endif