This adds a structure that can be used in the omap board files to pass
data about backlight device when registering platform devices.
Signed-off-by: Andrzej Zaborowski <balrog@zabor.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
u8 data_lines;
};
+struct device;
+struct fb_info;
+struct omap_backlight_config {
+ int default_intensity;
+ int (*set_power)(struct device *dev, int state);
+ int (*check_fb)(struct fb_info *fb);
+};
+
struct omap_fbmem_config {
u32 start;
u32 size;