Attention is currently required from: Tim Wawrzynczak. Sumeet R Pawnikar has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59538 )
Change subject: mb/google/brya: Add set batteryinfo support for ec ......................................................................
mb/google/brya: Add set batteryinfo support for ec
Add set batteryinfo support under acpi for ec for Alder Lake based brya system.
BUG=b:206057712 BRANCH=None TEST=Build and test on brya system
Change-Id: Ic230671d95233f86afef1fc45a4b8f2aa613f7f7 Signed-off-by: Sumeet Pawnikar sumeet.r.pawnikar@intel.com --- M src/mainboard/google/brya/ec.c 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/59538/1
diff --git a/src/mainboard/google/brya/ec.c b/src/mainboard/google/brya/ec.c index eb8c387..df686c6 100644 --- a/src/mainboard/google/brya/ec.c +++ b/src/mainboard/google/brya/ec.c @@ -24,4 +24,7 @@
/* Get the powerinfo config details */ ret = google_chromeec_get_powerinfo_config(); + + /* Set the batteryinfo config details */ + google_chromeec_set_batteryinfo_config(ISL9241_BC12_MIN_VOLTAGE); }