video: atmel_lcdfb: pass the pdata as params
so we can use have list gpio as example (probe via DT) Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:

committed by
Tomi Valkeinen

parent
42110e91de
commit
ce3b64f5f1
@@ -41,8 +41,10 @@ struct atmel_lcdfb_pdata {
|
||||
u8 lcd_wiring_mode;
|
||||
unsigned int default_lcdcon2;
|
||||
unsigned int default_dmacon;
|
||||
void (*atmel_lcdfb_power_control)(int on);
|
||||
void (*atmel_lcdfb_power_control)(struct atmel_lcdfb_pdata *pdata, int on);
|
||||
struct fb_monspecs *default_monspecs;
|
||||
|
||||
struct list_head pwr_gpios;
|
||||
};
|
||||
|
||||
#define ATMEL_LCDC_DMABADDR1 0x00
|
||||
|
Reference in New Issue
Block a user