diff --git a/src/mainboard/google/gru/romstage.c b/src/mainboard/google/gru/romstage.c index b0b004a16e..2e1fe4378d 100644 --- a/src/mainboard/google/gru/romstage.c +++ b/src/mainboard/google/gru/romstage.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include @@ -38,7 +39,9 @@ static void init_dvs_outputs(void) { pwm_regulator_configure(PWM_REGULATOR_GPU, 900); pwm_regulator_configure(PWM_REGULATOR_BIG, 900); - pwm_regulator_configure(PWM_REGULATOR_CENTERLOG, 950); + pwm_regulator_configure(PWM_REGULATOR_CENTERLOG, 900); + /* Allow time for the regulators to settle */ + udelay(500); } static void prepare_sdmmc(void)