summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/usbc/it5205_usb_mux.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/usbc/it5205_usb_mux.h')
-rw-r--r--zephyr/shim/include/usbc/it5205_usb_mux.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/zephyr/shim/include/usbc/it5205_usb_mux.h b/zephyr/shim/include/usbc/it5205_usb_mux.h
index 983248f3e2..e143038f6c 100644
--- a/zephyr/shim/include/usbc/it5205_usb_mux.h
+++ b/zephyr/shim/include/usbc/it5205_usb_mux.h
@@ -10,12 +10,14 @@
#define IT5205_USB_MUX_COMPAT ite_it5205
-#define USB_MUX_CONFIG_IT5205(mux_id) \
- { \
- USB_MUX_COMMON_FIELDS(mux_id), \
- .driver = &it5205_usb_mux_driver, \
- .i2c_port = I2C_PORT_BY_DEV(mux_id), \
- .i2c_addr_flags = DT_REG_ADDR(mux_id), \
+/* clang-format off */
+#define USB_MUX_CONFIG_IT5205(mux_id) \
+ { \
+ USB_MUX_COMMON_FIELDS(mux_id), \
+ .driver = &it5205_usb_mux_driver, \
+ .i2c_port = I2C_PORT_BY_DEV(mux_id), \
+ .i2c_addr_flags = DT_REG_ADDR(mux_id), \
}
+/* clang-format on */
#endif /* __ZEPHYR_SHIM_IT5205_USB_MUX_H */