summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/usbc/anx7483_usb_mux.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/usbc/anx7483_usb_mux.h')
-rw-r--r--zephyr/shim/include/usbc/anx7483_usb_mux.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/zephyr/shim/include/usbc/anx7483_usb_mux.h b/zephyr/shim/include/usbc/anx7483_usb_mux.h
index 5e56837e3a..1a84d94da3 100644
--- a/zephyr/shim/include/usbc/anx7483_usb_mux.h
+++ b/zephyr/shim/include/usbc/anx7483_usb_mux.h
@@ -10,12 +10,14 @@
#define ANX7483_USB_MUX_COMPAT analogix_anx7483
-#define USB_MUX_CONFIG_ANX7483(mux_id) \
- { \
- USB_MUX_COMMON_FIELDS(mux_id), \
- .driver = &anx7483_usb_retimer_driver, \
- .i2c_port = I2C_PORT_BY_DEV(mux_id), \
- .i2c_addr_flags = DT_REG_ADDR(mux_id), \
+/* clang-format off */
+#define USB_MUX_CONFIG_ANX7483(mux_id) \
+ { \
+ USB_MUX_COMMON_FIELDS(mux_id), \
+ .driver = &anx7483_usb_retimer_driver, \
+ .i2c_port = I2C_PORT_BY_DEV(mux_id), \
+ .i2c_addr_flags = DT_REG_ADDR(mux_id), \
}
+/* clang-format on */
#endif /* __ZEPHYR_SHIM_ANX7483_USB_MUX_H */