[U-Boot] [linux-sunxi] [u-boot 1/2] sunxi: axp152: bump dcdc4

Hans de Goede hdegoede at redhat.com
Sun Jan 4 20:49:57 CET 2015


Hi,

On 04-01-15 20:15, Michal Suchanek wrote:
> Current value is 1.25V. Most boards use 1.3V which is expected more
> stable. Can be overriden later by kernel setting anyway.

What makes you say that most boards use 1.3 V ? All the fex files
in sunxi-boards/sys_config/a10s/ either do not specify DCDC4, or
use 1200, which is lower then what we set already.

Also please Cc patches for upstream u-boot to the upstream
u-boot list.

Regards,

Hans


>
> Signed-off-by: Michal Suchanek <hramrach at gmail.com>
> ---
>   board/sunxi/board.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/sunxi/board.c b/board/sunxi/board.c
> index 4c1c69a..dda2d43 100644
> --- a/board/sunxi/board.c
> +++ b/board/sunxi/board.c
> @@ -162,7 +162,7 @@ void sunxi_board_init(void)
>   	power_failed = axp152_init();
>   	power_failed |= axp152_set_dcdc2(1400);
>   	power_failed |= axp152_set_dcdc3(1500);
> -	power_failed |= axp152_set_dcdc4(1250);
> +	power_failed |= axp152_set_dcdc4(1300);
>   	power_failed |= axp152_set_ldo2(3000);
>   #endif
>   #ifdef CONFIG_AXP209_POWER
>


More information about the U-Boot mailing list