diff options
Diffstat (limited to 'baseboard/grunt/baseboard.c')
-rw-r--r-- | baseboard/grunt/baseboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/baseboard/grunt/baseboard.c b/baseboard/grunt/baseboard.c index ded1c6ac19..84ba9f1786 100644 --- a/baseboard/grunt/baseboard.c +++ b/baseboard/grunt/baseboard.c @@ -90,6 +90,7 @@ const struct tcpc_config_t tcpc_config[CONFIG_USB_PD_PORT_COUNT] = { .i2c_slave_addr = ANX74XX_I2C_ADDR1, .drv = &anx74xx_tcpm_drv, .pol = TCPC_ALERT_ACTIVE_LOW, + .od = TCPC_ALERT_OPEN_DRAIN, }, [USB_PD_PORT_PS8751] = { .i2c_host_port = I2C_PORT_TCPC1, |