summaryrefslogtreecommitdiff
path: root/zephyr/projects/herobrine/usbc_hoglin.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/herobrine/usbc_hoglin.dts')
-rw-r--r--zephyr/projects/herobrine/usbc_hoglin.dts12
1 files changed, 9 insertions, 3 deletions
diff --git a/zephyr/projects/herobrine/usbc_hoglin.dts b/zephyr/projects/herobrine/usbc_hoglin.dts
index 4ef66084fc..20bd48382f 100644
--- a/zephyr/projects/herobrine/usbc_hoglin.dts
+++ b/zephyr/projects/herobrine/usbc_hoglin.dts
@@ -1,4 +1,4 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* 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.
*/
@@ -15,7 +15,10 @@
ppc = <&ppc_port0>;
tcpc = <&tcpc_port0>;
chg = <&charger>;
- usb-muxes = <&usb_mux_0>;
+ usb-mux-chain-0 {
+ compatible = "cros-ec,usb-mux-chain";
+ usb-muxes = <&usb_mux_0>;
+ };
};
usb_mux_0: usb-mux-0 {
compatible = "parade,usbc-mux-ps8xxx";
@@ -27,7 +30,10 @@
bc12 = <&bc12_port1>;
ppc = <&ppc_port1>;
tcpc = <&tcpc_port1>;
- usb-muxes = <&usb_mux_1>;
+ usb-mux-chain-1 {
+ compatible = "cros-ec,usb-mux-chain";
+ usb-muxes = <&usb_mux_1>;
+ };
};
usb_mux_1: usb-mux-1 {
compatible = "parade,usbc-mux-ps8xxx";