summaryrefslogtreecommitdiff
path: root/driver/tcpm/ps8xxx.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/tcpm/ps8xxx.c')
-rw-r--r--driver/tcpm/ps8xxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/tcpm/ps8xxx.c b/driver/tcpm/ps8xxx.c
index e725576985..4d1a8e9d22 100644
--- a/driver/tcpm/ps8xxx.c
+++ b/driver/tcpm/ps8xxx.c
@@ -487,7 +487,7 @@ static int ps8xxx_enter_low_power_mode(int port)
* its own in ~2 seconds. Other chips don't have it. Stub it out for
* PS8751.
*/
- if (product_id[port] == PS8705_PRODUCT_ID)
+ if (product_id[port] == PS8751_PRODUCT_ID)
return EC_SUCCESS;
return tcpci_enter_low_power_mode(port);