regulator: stpmu1: update buck1 range
[oweals/u-boot.git] / drivers / power / regulator / stpmu1.c
index 6eb2420b6bcb8f5b5be5e5a81c9ca3b0f9bd1a0a..2e64051ac03fbe7bba0f4f64605da8451ad77e53 100644 (file)
@@ -83,8 +83,9 @@ static int stpmu1_output_find_sel(int uv,
  */
 
 static const struct stpmu1_range buck1_ranges[] = {
-       STPMU1_RANGE(600000, 0, 30, 25000),
-       STPMU1_RANGE(1350000, 31, 63, 0),
+       STPMU1_RANGE(725000, 0, 4, 0),
+       STPMU1_RANGE(725000, 5, 36, 25000),
+       STPMU1_RANGE(1500000, 37, 63, 0),
 };
 
 static const struct stpmu1_range buck2_ranges[] = {