summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/usbc/bc12_rt1718s.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/usbc/bc12_rt1718s.h')
-rw-r--r--zephyr/shim/include/usbc/bc12_rt1718s.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/zephyr/shim/include/usbc/bc12_rt1718s.h b/zephyr/shim/include/usbc/bc12_rt1718s.h
new file mode 100644
index 0000000000..e34f21c9e0
--- /dev/null
+++ b/zephyr/shim/include/usbc/bc12_rt1718s.h
@@ -0,0 +1,13 @@
+/* Copyright 2022 The ChromiumOS Authors
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include "tcpm/rt1718s_public.h"
+
+#define RT1718S_BC12_COMPAT richtek_rt1718s_bc12
+
+#define BC12_CHIP_RT1718S(id) \
+ { \
+ .drv = &rt1718s_bc12_drv, \
+ },