Re: [U-Boot] [PATCH] power: pfuze100: fix LDO_EN bit value

2015-04-22 Thread Stefano Babic
On 04/04/2015 01:56, Tim Harvey wrote: > The LDO_EN is bit 4, not value 4. This is only used on the Ventana boards so > we will change it in the header as the other values there are in terms of > values and not bit numbers. > > Signed-off-by: Tim Harvey > --- Applied to u-boot-imx, thanks ! Bes

[U-Boot] [PATCH] power: pfuze100: fix LDO_EN bit value

2015-04-03 Thread Tim Harvey
The LDO_EN is bit 4, not value 4. This is only used on the Ventana boards so we will change it in the header as the other values there are in terms of values and not bit numbers. Signed-off-by: Tim Harvey --- include/power/pfuze100_pmic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di