summaryrefslogtreecommitdiff
path: root/include/usb_pd_tcpm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_pd_tcpm.h')
-rw-r--r--include/usb_pd_tcpm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usb_pd_tcpm.h b/include/usb_pd_tcpm.h
index 9ca23e7ecb..858e7003d0 100644
--- a/include/usb_pd_tcpm.h
+++ b/include/usb_pd_tcpm.h
@@ -270,12 +270,12 @@ struct tcpm_drv {
* Get firmware version.
*
* @param port Type-C port number
- * @param renew Force renewal
+ * @param live Fetch live chip info or hard-coded + cached info
* @param info Pointer to pointer to PD chip info
*
* @return EC_SUCCESS or error
*/
- int (*get_chip_info)(int port, int renew,
+ int (*get_chip_info)(int port, int live,
struct ec_response_pd_chip_info_v1 **info);
#ifdef CONFIG_USBC_PPC