summaryrefslogtreecommitdiff
path: root/baseboard
diff options
context:
space:
mode:
authorDino Li <Dino.Li@ite.com.tw>2021-07-22 12:32:11 +0800
committerCommit Bot <commit-bot@chromium.org>2021-07-23 02:59:04 +0000
commit3c929dd678926cdbed6fb2db71fc3305ac57dfda (patch)
treebf5c5b7448382d0480d070d26d608c186db7569d /baseboard
parentcd5e60769ef1ce6242fc15f1e750ddcc54f95931 (diff)
downloadchrome-ec-3c929dd678926cdbed6fb2db71fc3305ac57dfda.tar.gz
zephyr: asurada: enable voltage regulator
Fixed error of host commands (0x12c~0x130) for controlling voltage regulator. BUG=b:189855648 BRANCH=none TEST=Verified that no error on regulator host commands. (verified on both cros-ec and zephyr fw image) Change-Id: Ib7c5782e80262a38be0517181afbd78160847040 Signed-off-by: Dino Li <Dino.Li@ite.com.tw> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3007380 Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'baseboard')
-rw-r--r--baseboard/asurada/regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/asurada/regulator.c b/baseboard/asurada/regulator.c
index 9809e2a607..35670bda82 100644
--- a/baseboard/asurada/regulator.c
+++ b/baseboard/asurada/regulator.c
@@ -4,7 +4,7 @@
*/
#include "common.h"
-#include "driver/bc12/mt6360.h"
+#include "bc12/mt6360_public.h"
/* SD Card */
int board_regulator_get_info(uint32_t index, char *name,