diff options
Diffstat (limited to 'src/mainboard/google/cherry/regulator.c')
-rw-r--r-- | src/mainboard/google/cherry/regulator.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/cherry/regulator.c b/src/mainboard/google/cherry/regulator.c index 0c1f7feb05..abda0d7682 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; } |