summaryrefslogtreecommitdiff
path: root/src/ec/google/chromeec/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/google/chromeec/chip.h')
-rw-r--r--src/ec/google/chromeec/chip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ec/google/chromeec/chip.h b/src/ec/google/chromeec/chip.h
index 3915cf92e7..bb03e5731d 100644
--- a/src/ec/google/chromeec/chip.h
+++ b/src/ec/google/chromeec/chip.h
@@ -11,6 +11,7 @@
struct ec_google_chromeec_config {
/* Pointer to PMC Mux connector for each Type-C port */
DEVTREE_CONST struct device *mux_conn[MAX_TYPEC_PORTS];
+ DEVTREE_CONST struct device *retimer_conn[MAX_TYPEC_PORTS];
};
#endif /* EC_GOOGLE_CHROMEEC_CHIP_H */