summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/cherry/regulator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/cherry/regulator.c b/src/mainboard/google/cherry/regulator.c
index e7da942616..b59a643069 100644
--- a/src/mainboard/google/cherry/regulator.c
+++ b/src/mainboard/google/cherry/regulator.c
@@ -13,9 +13,9 @@ static int get_mt6360_regulator_id(enum mtk_regulator regulator)
{
switch (regulator) {
case MTK_REGULATOR_VDD2:
- return MT6360_PMIC_BUCK1;
+ return MT6360_BUCK1;
case MTK_REGULATOR_VDDQ:
- return MT6360_PMIC_BUCK2;
+ return MT6360_BUCK2;
default:
break;
}