Rex-BC Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56436 )
Change subject: mb/google/cherry: add mt6360 id for regulator.c ......................................................................
mb/google/cherry: add mt6360 id for regulator.c
Add MTK_REGULATOR_VCC and MTK_REGULATOR_VCCQ for regulator.c.
Signed-off-by: Rex-BC Chen rex-bc.chen@mediatek.com Change-Id: Iedb1036da3c87106157c51cc46b52545faba102c --- M src/mainboard/google/cherry/regulator.c 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/56436/1
diff --git a/src/mainboard/google/cherry/regulator.c b/src/mainboard/google/cherry/regulator.c index 0c1f7fe..abda0d7 100644 --- a/src/mainboard/google/cherry/regulator.c +++ b/src/mainboard/google/cherry/regulator.c @@ -16,6 +16,10 @@ 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; }