summaryrefslogtreecommitdiff
path: root/driver/ppc/syv682x.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/ppc/syv682x.c')
-rw-r--r--driver/ppc/syv682x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/ppc/syv682x.c b/driver/ppc/syv682x.c
index bd20ecc1f1..b4c48f1365 100644
--- a/driver/ppc/syv682x.c
+++ b/driver/ppc/syv682x.c
@@ -286,7 +286,7 @@ static void syv682x_handle_control_4_interrupt(int port, int regval)
* for simplicity.
*/
if (regval & SYV682X_CONTROL_4_VBAT_OVP) {
- ppc_prints("VBAT OVP!", port);
+ ppc_prints("VBAT or CC OVP!", port);
syv682x_init(port);
pd_handle_cc_overvoltage(port);
}