Re: [linux-sunxi] [PATCH u-boot-sunxi] sunxi: axp152: dcdc3 scale is 50mV / step not 25mV / step

2014-11-24 Thread Hans de Goede
Hi, On 11/23/2014 07:23 PM, Siarhei Siamashka wrote: On Mon, 13 Oct 2014 14:54:45 +0200 Hans de Goede wrote: Currently uboot wrongly uses 25mV / step for dcdc3, this is a copy and paste error introduced when adding the axp152_mvolt_to_target during review of the axp152.c driver. This results

Re: [linux-sunxi] [PATCH u-boot-sunxi] sunxi: axp152: dcdc3 scale is 50mV / step not 25mV / step

2014-11-23 Thread Siarhei Siamashka
On Mon, 13 Oct 2014 14:54:45 +0200 Hans de Goede wrote: > Currently uboot wrongly uses 25mV / step for dcdc3, this is a copy and paste > error introduced when adding the axp152_mvolt_to_target during review of the > axp152.c driver. This results in u-boot setting Vddr to 2.3V instead of 1.5V. >

[linux-sunxi] [PATCH u-boot-sunxi] sunxi: axp152: dcdc3 scale is 50mV / step not 25mV / step

2014-10-13 Thread Hans de Goede
Currently uboot wrongly uses 25mV / step for dcdc3, this is a copy and paste error introduced when adding the axp152_mvolt_to_target during review of the axp152.c driver. This results in u-boot setting Vddr to 2.3V instead of 1.5V. This commit fixes this. Signed-off-by: Hans de Goede --- driver