diff --git a/include/zephyr/drivers/usb_c/usbc_tcpc.h b/include/zephyr/drivers/usb_c/usbc_tcpc.h index 18f23d6e9da44d..81ed04fb5bf644 100644 --- a/include/zephyr/drivers/usb_c/usbc_tcpc.h +++ b/include/zephyr/drivers/usb_c/usbc_tcpc.h @@ -839,10 +839,11 @@ static inline int tcpc_set_low_power_mode(const struct device *dev, bool enable) } /** - * @brief Enables the reception of SOP Prime messages + * @brief Enables the reception of SOP Prime and optionally SOP Double Prime messages * * @param dev Runtime device structure - * @param enable Can receive SOP Prime messages when true, else it can not + * @param enable Can receive SOP Prime messages and SOP Double Prime messages when true, + * else it can not * * @retval 0 on success * @retval -EIO on failure