x86: video: Add support for CONFIG_CONSOLE_SCROLL_LINES
[oweals/u-boot.git] / drivers / power / axp152.c
index fa4ea050a55e30392178a8d61394e4b6aa5541d4..27c2c4c8da0498c37fa3436fa1818ff89e0d77f7 100644 (file)
@@ -62,7 +62,7 @@ int axp152_set_dcdc2(int mvolt)
 
 int axp152_set_dcdc3(int mvolt)
 {
-       u8 target = axp152_mvolt_to_target(mvolt, 700, 3500, 25);
+       u8 target = axp152_mvolt_to_target(mvolt, 700, 3500, 50);
 
        return axp152_write(AXP152_DCDC3_VOLTAGE, target);
 }