Current value is 1.25V. Most boards use 1.3V which is expected more stable. Can be overriden later by kernel setting anyway.
Signed-off-by: Michal Suchanek <[email protected]> --- 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 -- 2.1.3 -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
