> Today's Topic Summary
> Group: http://groups.google.com/group/omapdiscuss/topics
> - OMAP PWM LED doesn't work <#13622d53f81c3265_group_thread_0> [1
> Update]
> OMAP PWM LED doesn't work<http://groups.google.com/group/omapdiscuss/t/ae30162473bec3b6>
> Kuzemko Alexandr <kuzem...@rambler.ru> Mar 17 06:29AM
> Hello!
> I have a OMAP PWM LED driver, that works on mainline 3.2 kernel (from
> kernel.org), but doesn't work on p-android-omap-3.0 branch.
> The source of driver is here:
> http://pastebin.com/LKfNBdMe
> I use such driver initialization on board file
> static struct omap_pwm_led_platform_data
> acclaim4430_disp_backlight_data = {
> .name = "lcd-backlight",
> .intensity_timer = 11,
> .def_on = 0,
> .def_brightness = DEFAULT_BACKLIGHT_BRIGHTNESS,
> .set_power = acclaim4430_disp_backlight_setpower,
> };
> static struct platform_device sdp4430_disp_led = {
> .name = "omap_pwm_led",
> .id = -1,
> .dev = {
> .platform_data = &acclaim4430_disp_backlight_data,
> },
> };
> static struct platform_device *sdp4430_devices[] __initdata = {
> &sdp4430_disp_led,
> };
> On p-android-omap-3.0 branch produce warning
> <4>WARNING: at arch/arm/plat-omap/dmtimer.c:917
> omap_dm_timer_read_counter
> +0x150/0x1b0()
> As I understand LED PWM driver doesn't correct handle timer
> enable/disable.
> Any idea?
> You received this message because you are subscribed to the Google Group
> omapdiscuss.
> You can post via email <omapdiscuss@googlegroups.com>.
> To unsubscribe from this group, send<omapdiscuss+unsubscribe@googlegroups.com>an empty message.
> For more options, visit<http://groups.google.com/group/omapdiscuss/topics>this group.