diff options
author | Hui Liu <hui.liu@mediatek.corp-partner.google.com> | 2022-07-15 14:02:34 +0800 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-07-22 04:02:49 +0000 |
commit | ba16e057ad181ee73ffb989606f97260856d433b (patch) | |
tree | 20d1451ef7405bee6695695c91de6b8007b55b63 /src/mainboard/google/geralt/Makefile.inc | |
parent | 15e4c0a23f93835a7f4e3756705eaa11a3a5bc2f (diff) |
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 <hui.liu@mediatek.corp-partner.google.com>
Change-Id: I9727475774b3b9a8dcd49e5e60e133f9d745b407
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65875
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/geralt/Makefile.inc')
-rw-r--r-- | src/mainboard/google/geralt/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/geralt/Makefile.inc b/src/mainboard/google/geralt/Makefile.inc index 4720dc586f..d1d9ff3b0e 100644 --- a/src/mainboard/google/geralt/Makefile.inc +++ b/src/mainboard/google/geralt/Makefile.inc @@ -13,4 +13,5 @@ romstage-y += romstage.c ramstage-y += memlayout.ld ramstage-y += chromeos.c ramstage-y += mainboard.c +ramstage-y += regulator.c ramstage-y += reset.c |