From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Sun, 13 Dec 2009 09:32:49 -0600 Subject: [U-Boot] [PATCH] pandora: don't enable VAUX3, VDAC and VPLL2 regulators In-Reply-To: <1260536850-1602-1-git-send-email-notasas@gmail.com> References: <1260536850-1602-1-git-send-email-notasas@gmail.com> Message-ID: <4B250921.4090804@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: > These regulators are not needed to start the kernel and only > cause "incomplete constraints" warnings from kernel, so don't > turn them on to save power. > > Signed-off-by: Grazvydas Ignotas > --- > this patch depends on "TWL4030: make LEDs selectable for twl4030_led_init()" > http://lists.denx.de/pipermail/u-boot/2009-December/065285.html > > board/pandora/pandora.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > Pushed to arm/next Thanks Tom