cong yang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74342 )
Change subject: mb/google/corsloa: Add support for VIO18 in regulator.c ......................................................................
mb/google/corsloa: Add support for VIO18 in regulator.c
Add regulator VIO18 support to supply power for STA_HIMAX83102_J02 panel.
BUG=b:272425116 TEST=test firmware display pass for STA_HIMAX83102_J02 on Starmie.
Change-Id: Ie1dd9226b0c4f05f9c9ce6633b7384aa5eb4c978 Signed-off-by: Cong Yang yangcong5@huaqin.corp-partner.google.com --- M src/mainboard/google/corsola/regulator.c 1 file changed, 19 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/74342/1
diff --git a/src/mainboard/google/corsola/regulator.c b/src/mainboard/google/corsola/regulator.c index 7643396..e21b9be 100644 --- a/src/mainboard/google/corsola/regulator.c +++ b/src/mainboard/google/corsola/regulator.c @@ -28,6 +28,8 @@ return MT6366_VRF12; case MTK_REGULATOR_VCN33: return MT6366_VCN33; + case MTK_REGULATOR_VIO18: + return MT6366_VIO18; default: return MTK_REGULATOR_INVALID; }