public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Grazvydas Ignotas <notasas@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] pandora: don't enable VAUX3, VDAC and VPLL2 regulators
Date: Fri, 11 Dec 2009 15:07:30 +0200	[thread overview]
Message-ID: <1260536850-1602-1-git-send-email-notasas@gmail.com> (raw)

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 <notasas@gmail.com>
---
 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(-)

diff --git a/board/pandora/pandora.c b/board/pandora/pandora.c
index e84c946..75e4330 100644
--- a/board/pandora/pandora.c
+++ b/board/pandora/pandora.c
@@ -65,7 +65,6 @@ int misc_init_r(void)
 	struct gpio *gpio5_base = (struct gpio *)OMAP34XX_GPIO5_BASE;
 	struct gpio *gpio6_base = (struct gpio *)OMAP34XX_GPIO6_BASE;
 
-	twl4030_power_init();
 	twl4030_led_init(TWL4030_LED_LEDEN_LEDBON);
 
 	/* Configure GPIOs to output */
-- 
1.6.3.3

             reply	other threads:[~2009-12-11 13:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-11 13:07 Grazvydas Ignotas [this message]
2009-12-11 23:28 ` [U-Boot] [PATCH] pandora: don't enable VAUX3, VDAC and VPLL2 regulators Tom
2009-12-13 15:32 ` Tom

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1260536850-1602-1-git-send-email-notasas@gmail.com \
    --to=notasas@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox