summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/usbc/usb_muxes.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/usbc/usb_muxes.h')
-rw-r--r--zephyr/shim/include/usbc/usb_muxes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zephyr/shim/include/usbc/usb_muxes.h b/zephyr/shim/include/usbc/usb_muxes.h
index f08d897ba3..1aa46249df 100644
--- a/zephyr/shim/include/usbc/usb_muxes.h
+++ b/zephyr/shim/include/usbc/usb_muxes.h
@@ -9,6 +9,7 @@
#include "usb_mux.h"
#include "usbc/amd_fp6_usb_mux.h"
#include "usbc/anx7447_usb_mux.h"
+#include "usbc/anx7452_usb_mux.h"
#include "usbc/anx7483_usb_mux.h"
#include "usbc/bb_retimer_usb_mux.h"
#include "usbc/it5205_usb_mux.h"
@@ -30,6 +31,7 @@
#define USB_MUX_DRIVERS \
(AMD_FP6_USB_MUX_COMPAT, USB_MUX_CONFIG_AMD_FP6), \
(ANX7447_USB_MUX_COMPAT, USB_MUX_CONFIG_ANX7447), \
+ (ANX7452_USB_MUX_COMPAT, USB_MUX_CONFIG_ANX7452), \
(ANX7483_USB_MUX_COMPAT, USB_MUX_CONFIG_ANX7483), \
(BB_RETIMER_USB_MUX_COMPAT, USB_MUX_CONFIG_BB_RETIMER), \
(IT5205_USB_MUX_COMPAT, USB_MUX_CONFIG_IT5205), \