summaryrefslogtreecommitdiff
path: root/board/gumboz
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2022-09-07 11:07:41 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-08 00:46:38 +0000
commit08f5ad83c55296bca1f310099d54956b0979bf40 (patch)
tree132b25845881583cc48082726843fb2af619afdc /board/gumboz
parent9f1ba5d0ff7438c6c312129532b31dbe4b0f7389 (diff)
downloadchrome-ec-08f5ad83c55296bca1f310099d54956b0979bf40.tar.gz
Zephyr: Add AOZ1380 to PPC devicetree
Add the AOZ1380 as an option into the zephyr shim for boards to set up in their devicetree. BRANCH=None BUG=b:244457125 TEST=zmake build skyrim; make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I1876cdca462fe9d7db0dcc0f4d2043cb43639c6d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3880670 Reviewed-by: Keith Short <keithshort@chromium.org> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/gumboz')
-rw-r--r--board/gumboz/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gumboz/board.c b/board/gumboz/board.c
index e3119dc6f6..66f7fe3dc3 100644
--- a/board/gumboz/board.c
+++ b/board/gumboz/board.c
@@ -10,7 +10,7 @@
#include "driver/accel_kionix.h"
#include "driver/accelgyro_lsm6dsm.h"
#include "driver/bc12/pi3usb9201.h"
-#include "driver/ppc/aoz1380.h"
+#include "driver/ppc/aoz1380_public.h"
#include "driver/ppc/nx20p348x.h"
#include "driver/tcpm/nct38xx.h"
#include "driver/usb_mux/amd_fp5.h"