Re: [U-Boot] twl4030_power_init cleanup proposal

2009-11-30 Thread Grazvydas Ignotas
On Mon, Nov 30, 2009 at 6:17 PM, Tom wrote: > Grazvydas Ignotas wrote: >> >> hi, >> >> drivers/power/twl4030.c has a twl4030_power_init() function which is >> called by most (all?) OMAP3 boards. What it does is enabling VAUX3, >> VPLL2 and VDAC power supplies in TWL4030/TPS659x0 chip. However they

Re: [U-Boot] twl4030_power_init cleanup proposal

2009-11-30 Thread Tom
Grazvydas Ignotas wrote: > hi, > > drivers/power/twl4030.c has a twl4030_power_init() function which is > called by most (all?) OMAP3 boards. What it does is enabling VAUX3, > VPLL2 and VDAC power supplies in TWL4030/TPS659x0 chip. However they > are all very board specific and in most cases not n

[U-Boot] twl4030_power_init cleanup proposal

2009-11-30 Thread Grazvydas Ignotas
hi, drivers/power/twl4030.c has a twl4030_power_init() function which is called by most (all?) OMAP3 boards. What it does is enabling VAUX3, VPLL2 and VDAC power supplies in TWL4030/TPS659x0 chip. However they are all very board specific and in most cases not needed at all, at least for booting th