From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Sun, 13 Dec 2009 09:33:58 -0600 Subject: [U-Boot] [PATCH v3] TWL4030: make LEDs selectable for twl4030_led_init() In-Reply-To: <1260457821-6414-1-git-send-email-notasas@gmail.com> References: <1260457821-6414-1-git-send-email-notasas@gmail.com> Message-ID: <4B250966.8050203@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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, as it was before this patch. > > Signed-off-by: Grazvydas Ignotas Pushed to arm/next Thanks Tom