]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/video/da8xx-fb.h
video, da8xx-fb: changes for am335x usage
[karo-tx-uboot.git] / drivers / video / da8xx-fb.h
index f48fdfdc45c6553c615b216ca2b78e9f30071216..6447a4047de204259d6c9ab15b63770ff53aaaee 100644 (file)
@@ -109,6 +109,8 @@ struct lcd_sync_arg {
        int pulse_width;
 };
 
-void da8xx_video_init(const struct da8xx_panel *panel, int bits_pixel);
+void da8xx_video_init(const struct da8xx_panel *panel,
+                     const struct lcd_ctrl_config *lcd_cfg,
+                     int bits_pixel);
 
 #endif  /* ifndef DA8XX_FB_H */