We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5b44c7 + d645def commit 29393cbCopy full SHA for 29393cb
board/hx30/cypress5525.c
@@ -433,7 +433,7 @@ void cypd_set_error_recovery(void)
433
* We can write the 0xC0 to avoid cypd to do the error recovery before we
434
* change the system power state
435
*/
436
- cypd_write_reg8_wait_ack(i, CYP5525_SYS_PWR_STATE, 0xC1);
+ cypd_write_reg8_wait_ack(i, CYP5525_SYS_PWR_STATE, 0xC0);
437
reconnect_flag = false;
438
} else
439
cypd_write_reg8_wait_ack(i, CYP5525_SYS_PWR_STATE, 0xC0);
0 commit comments