summaryrefslogtreecommitdiff
path: root/baseboard/goroh
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2022-09-19 13:07:08 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-20 23:31:23 +0000
commite9314be72f512c90917a37957d7e48cabaf55c3d (patch)
treee00c5a62d9b4eff53abb34355b7de149bfdf407d /baseboard/goroh
parent656458dcc316ab75437f24fc03df273f4be2ecd0 (diff)
downloadchrome-ec-e9314be72f512c90917a37957d7e48cabaf55c3d.tar.gz
Zephyr: Add shim support for PS8818
Add support for the PS8818 in the shim so it can be configured using the devicetree. Note that all of the PS8818's include file is "public" in that boards regularly manipulate the registers directly rather than through well-formed APIs. BRANCH=None BUG=b:244457125 TEST=zmake build skyrim Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: Ia182ca5617d312db2acb8fb7680a7847a3a7ecb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3905887 Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'baseboard/goroh')
-rw-r--r--baseboard/goroh/usbc_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/goroh/usbc_config.c b/baseboard/goroh/usbc_config.c
index d33b0ac836..9d162ca783 100644
--- a/baseboard/goroh/usbc_config.c
+++ b/baseboard/goroh/usbc_config.c
@@ -14,7 +14,7 @@
#include "hooks.h"
#include "driver/tcpm/it8xxx2_pd_public.h"
#include "driver/ppc/syv682x_public.h"
-#include "driver/retimer/ps8818.h"
+#include "driver/retimer/ps8818_public.h"
#include "driver/tcpm/tcpci.h"
#include "usb_pd.h"
#include "usbc_ppc.h"