summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Zieba <robertzieba@google.com>2023-03-31 19:16:16 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-14 17:53:27 +0000
commitee720e754b63e76f547ca881937bcb2230aacafb (patch)
tree4a8e06b1df301e6a263da8f7fe8692e26493d58b
parenta1aae4231ab006eee3105ecd0167c0b85996ebb5 (diff)
downloadchrome-ec-ee720e754b63e76f547ca881937bcb2230aacafb.tar.gz
zephyr/dts/bindings/emul: Make ANX7483 emulator work with USB mux driver
Include generic USB mux properties to make this emulator compatible with the USB mux driver. BRANCH=none BUG=b:247151116 TEST=Ran tests Change-Id: I1287a64693896aa4516816c90b972d2bb3cdfd08 Signed-off-by: Robert Zieba <robertzieba@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4400553 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
-rw-r--r--zephyr/dts/bindings/emul/cros,anx7483-emul.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/dts/bindings/emul/cros,anx7483-emul.yaml b/zephyr/dts/bindings/emul/cros,anx7483-emul.yaml
index 2b871c62a0..5c00e0b8fe 100644
--- a/zephyr/dts/bindings/emul/cros,anx7483-emul.yaml
+++ b/zephyr/dts/bindings/emul/cros,anx7483-emul.yaml
@@ -6,4 +6,4 @@ description: Zephyr ANX7483 emulator
compatible: "cros,anx7483-emul"
-include: base.yaml
+include: ["base.yaml", "cros-ec,usbc-mux.yaml"]