public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] pandora: don't enable VAUX3, VDAC and VPLL2 regulators
@ 2009-12-11 13:07 Grazvydas Ignotas
  2009-12-11 23:28 ` Tom
  2009-12-13 15:32 ` Tom
  0 siblings, 2 replies; 3+ messages in thread
From: Grazvydas Ignotas @ 2009-12-11 13:07 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] pandora: don't enable VAUX3, VDAC and VPLL2 regulators
  2009-12-11 13:07 [U-Boot] [PATCH] pandora: don't enable VAUX3, VDAC and VPLL2 regulators Grazvydas Ignotas
@ 2009-12-11 23:28 ` Tom
  2009-12-13 15:32 ` Tom
  1 sibling, 0 replies; 3+ messages in thread
From: Tom @ 2009-12-11 23:28 UTC (permalink / raw)
  To: u-boot

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

Ack-ed

Thanks
Tom

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] pandora: don't enable VAUX3, VDAC and VPLL2 regulators
  2009-12-11 13:07 [U-Boot] [PATCH] pandora: don't enable VAUX3, VDAC and VPLL2 regulators Grazvydas Ignotas
  2009-12-11 23:28 ` Tom
@ 2009-12-13 15:32 ` Tom
  1 sibling, 0 replies; 3+ messages in thread
From: Tom @ 2009-12-13 15:32 UTC (permalink / raw)
  To: u-boot

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 <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(-)
> 
Pushed to arm/next
Thanks
Tom

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-13 15:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-11 13:07 [U-Boot] [PATCH] pandora: don't enable VAUX3, VDAC and VPLL2 regulators Grazvydas Ignotas
2009-12-11 23:28 ` Tom
2009-12-13 15:32 ` Tom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox