summaryrefslogtreecommitdiff
path: root/zephyr/projects/nissa/joxer/overlay.dts
diff options
context:
space:
mode:
authorTomasz Michalec <tm@semihalf.com>2022-09-05 19:30:42 +0200
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-13 11:19:42 +0000
commit3d9a7315e04871a8e5694dd9f53499086dcb1211 (patch)
tree4df8b26c26c1114e9c1923e4ac8d7518fb73048c /zephyr/projects/nissa/joxer/overlay.dts
parentcaf5990c7b6955672459bf84bf54e499bdacc66f (diff)
downloadchrome-ec-3d9a7315e04871a8e5694dd9f53499086dcb1211.tar.gz
zephyr: Add alternative usb_mux_chain config for nissa
Add alternative USB mux configuration in DTS for nissa. LOW_COVERAGE_REASON=no test for nissa board yet BUG=b:234482311 TEST=zmake build -a TEST=./twister -T zephyr/test BRANCH=none Signed-off-by: Tomasz Michalec <tm@semihalf.com> Change-Id: Id367005334cc378c7495b615bab5333a72d39bf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3875325 Commit-Queue: Tomasz Michalec <tmichalec@google.com> Tested-by: Tomasz Michalec <tmichalec@google.com> Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Adam Mills <adamjmills@google.com>
Diffstat (limited to 'zephyr/projects/nissa/joxer/overlay.dts')
-rw-r--r--zephyr/projects/nissa/joxer/overlay.dts9
1 files changed, 5 insertions, 4 deletions
diff --git a/zephyr/projects/nissa/joxer/overlay.dts b/zephyr/projects/nissa/joxer/overlay.dts
index 3f7b0355c0..e0b7422edd 100644
--- a/zephyr/projects/nissa/joxer/overlay.dts
+++ b/zephyr/projects/nissa/joxer/overlay.dts
@@ -255,12 +255,13 @@
chg = <&chg_port1>;
usb-mux-chain-1 {
compatible = "cros-ec,usb-mux-chain";
- /*
- * Some sub-boards may disable all usb muxes in
- * chain except virtual_mux_1
- */
usb-muxes = <&virtual_mux_1 &tcpci_mux_1>;
};
+ usb_mux_chain_1_no_mux: usb-mux-chain-1-no-mux {
+ compatible = "cros-ec,usb-mux-chain";
+ alternative-chain;
+ usb-muxes = <&virtual_mux_1>;
+ };
};
port1-muxes {
virtual_mux_1: virtual-mux-1 {