Re: [U-Boot] ARM: OMAP4: Fix bug in omap4470_volts struct

2013-12-05 Thread Lubomir Popov
Hi Tom, On 05-Dec-13 0:04, Tom Rini wrote: On Wed, Nov 20, 2013 at 03:32:17PM +0200, Lubomir Popov wrote: The struct incorrectly referenced SMPS1 for all three power domains. Fixed this by using SMPS2 and SMPS5 as appropriate. Add some comments and choose voltage values that correspond to vol

Re: [U-Boot] ARM: OMAP4: Fix bug in omap4470_volts struct

2013-12-04 Thread Tom Rini
On Wed, Nov 20, 2013 at 03:32:17PM +0200, Lubomir Popov wrote: > The struct incorrectly referenced SMPS1 for all three power > domains. Fixed this by using SMPS2 and SMPS5 as appropriate. > > Add some comments and choose voltage values that correspond > to voltage selection codes. > > Signed-off