summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/usbc/ps8743_usb_mux.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/usbc/ps8743_usb_mux.h')
-rw-r--r--zephyr/shim/include/usbc/ps8743_usb_mux.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/zephyr/shim/include/usbc/ps8743_usb_mux.h b/zephyr/shim/include/usbc/ps8743_usb_mux.h
index 75ce778bac..8cb54f4c17 100644
--- a/zephyr/shim/include/usbc/ps8743_usb_mux.h
+++ b/zephyr/shim/include/usbc/ps8743_usb_mux.h
@@ -10,12 +10,14 @@
#define PS8743_USB_MUX_COMPAT parade_ps8743
-#define USB_MUX_CONFIG_PS8743(mux_id) \
- { \
- USB_MUX_COMMON_FIELDS(mux_id), \
- .driver = &ps8743_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_PS8743(mux_id) \
+ { \
+ USB_MUX_COMMON_FIELDS(mux_id), \
+ .driver = &ps8743_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_PS8743_USB_MUX_H */