struct pxafb_info {
struct fb_info fb;
struct device *dev;
-
- u_int max_bpp;
- u_int max_xres;
- u_int max_yres;
+ struct clk *clk;
/*
* These are the addresses we mapped
u_int lccr0;
u_int lccr3;
+ u_int lccr4;
u_int cmap_inverse:1,
cmap_static:1,
unused:30;
u_int reg_lccr1;
u_int reg_lccr2;
u_int reg_lccr3;
+ u_int reg_lccr4;
unsigned long hsync_time;