From ba16e057ad181ee73ffb989606f97260856d433b Mon Sep 17 00:00:00 2001 From: Hui Liu Date: Fri, 15 Jul 2022 14:02:34 +0800 Subject: mb/google/geralt: Implement regulator interface Control regulator more easily with regulator interface. TEST=measure 3.0V in VMCH and VMC. BUG=b:236331724 Signed-off-by: Hui Liu Change-Id: I9727475774b3b9a8dcd49e5e60e133f9d745b407 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65875 Reviewed-by: Yu-Ping Wu Tested-by: build bot (Jenkins) --- src/soc/mediatek/common/include/soc/regulator.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/mediatek') diff --git a/src/soc/mediatek/common/include/soc/regulator.h b/src/soc/mediatek/common/include/soc/regulator.h index 2ff122637a..7f3bd49e04 100644 --- a/src/soc/mediatek/common/include/soc/regulator.h +++ b/src/soc/mediatek/common/include/soc/regulator.h @@ -16,7 +16,9 @@ enum mtk_regulator { MTK_REGULATOR_VDRAM1, MTK_REGULATOR_VMCH, MTK_REGULATOR_VMC, + MTK_REGULATOR_VPROC11, MTK_REGULATOR_VPROC12, + MTK_REGULATOR_VSRAM_PROC11, MTK_REGULATOR_VSRAM_PROC12, MTK_REGULATOR_VRF12, MTK_REGULATOR_VCN33, -- cgit v1.2.3