summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/cherry/regulator.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/cherry/regulator.c b/src/mainboard/google/cherry/regulator.c
index 0c1f7feb05ed..abda0d768273 100644
--- a/src/mainboard/google/cherry/regulator.c
+++ b/src/mainboard/google/cherry/regulator.c
@@ -16,6 +16,10 @@ static int get_mt6360_regulator_id(enum mtk_regulator regulator)
return MT6360_BUCK1;
case MTK_REGULATOR_VDDQ:
return MT6360_BUCK2;
+ case MTK_REGULATOR_VCC:
+ return MT6360_LDO5;
+ case MTK_REGULATOR_VCCQ:
+ return MT6360_LDO3;
default:
break;
}