siihdmi: max pixclock is platform specific data

This commit is contained in:
Saleem Abdulrasool
2011-01-22 14:51:28 -08:00
parent bdffde6c3f
commit 8fc68cb0aa
3 changed files with 7 additions and 5 deletions

View File

@@ -324,6 +324,9 @@ struct siihdmi_platform_data {
/* hotplug IRQ */
int hotplug_irq;
/* maximum pixel clock rate */
int pixclock;
};
struct siihdmi_tx {
@@ -353,8 +356,6 @@ struct siihdmi_tx {
/* preferred video mode (based on EDID) */
struct fb_videomode preferred;
int max_pixclock; /* platform data vs. EDID max tmds rate */
};
#endif