Re: [U-Boot] [PATCH v3] TWL4030: make LEDs selectable for twl4030_led_init()

2009-12-13 Thread Tom
Grazvydas Ignotas wrote: > Not all boards have both LEDs hooked, so enabling both on > boards with single LED will just waste power. Make it > possible to choose LEDs by adding argument to > twl4030_led_init(). > > Using this turn on only LEDB for pandora, leave both LEDs > on for all other boards

Re: [U-Boot] [PATCH v3] TWL4030: make LEDs selectable for twl4030_led_init()

2009-12-10 Thread Tom
Grazvydas Ignotas wrote: > Not all boards have both LEDs hooked, so enabling both on > boards with single LED will just waste power. Make it > possible to choose LEDs by adding argument to > twl4030_led_init(). > > Using this turn on only LEDB for pandora, leave both LEDs > on for all other boards

[U-Boot] [PATCH v3] TWL4030: make LEDs selectable for twl4030_led_init()

2009-12-10 Thread Grazvydas Ignotas
Not all boards have both LEDs hooked, so enabling both on boards with single LED will just waste power. Make it possible to choose LEDs by adding argument to twl4030_led_init(). Using this turn on only LEDB for pandora, leave both LEDs on for all other boards, as it was before this patch. Signed-