summaryrefslogtreecommitdiff
path: root/baseboard
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-12-30 17:07:50 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-07 04:13:16 +0000
commit6f626a65226c68ec8ffd3de0445af614adc82afb (patch)
tree0feaa5f2d322f2578f05b7a770970f9921dd5d14 /baseboard
parentf171bb5d3b0749d63e5fa49d0e16faa518fb0347 (diff)
downloadchrome-ec-6f626a65226c68ec8ffd3de0445af614adc82afb.tar.gz
Create a public header for isl9241
Add a separate public header for this chip so we can include it from Zephyr. Update the charger file to use that header, so it builds on Zephyr. BUG=b:175434113 BRANCH=none TEST=make BOARD=volteer -j30 With a zephyr-chrome CL, build volteer on zephyr Change-Id: I562177e2259931730b7dae4d8e43edd5ea96deb7 Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2611893 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'baseboard')
-rw-r--r--baseboard/volteer/charger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/volteer/charger.c b/baseboard/volteer/charger.c
index c3f26dc081..aced8fc67b 100644
--- a/baseboard/volteer/charger.c
+++ b/baseboard/volteer/charger.c
@@ -6,7 +6,7 @@
/* Volteer family-specific configuration */
#include "common.h"
#include "charger.h"
-#include "driver/charger/isl9241.h"
+#include "driver/charger/isl9241_public.h"
/* Charger Chip Configuration */
const struct charger_config_t chg_chips[] = {