Hi,
I have written a backlight driver for omap3 processor which uses DSS. The backlight driver is using TPS65930's PWM to control the back light. I am not sure how to add this in my board specific file which will control the back light.
In my board specific file I have
static struct omap_dss_device HAWK_III_lcd_device = {
.name = "lcd",
.type = OMAP_DISPLAY_TYPE_DPI,
.driver_name = "URT_UMSH8272MD",
.phy.dpi.data_lines = 24,
.max_backlight_level = 100,
.platform_enable = HAWK_III_enable_lcd,
.platform_disable = HAWK_III_disable_lcd,
.set_backlight = // HOW to add my backlight driver for it to control this.
};
Any help in this would be great. I am using 2.6.37 kernel.
Regards
Ali