Skip to content

Commit d645def

Browse files
committed
[modify] fix GRL FV 3.1.2.3 test
According to discussions with PD vendors, we can remove error recovery enable and retest GRL. Also, get the pass result by GRL. Signed-off-by: Leo_Tsai <LeoCX_Tsai@compal.com>
1 parent a90650c commit d645def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

board/hx30/cypress5525.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ void cypd_set_error_recovery(void)
433433
* We can write the 0xC0 to avoid cypd to do the error recovery before we
434434
* change the system power state
435435
*/
436-
cypd_write_reg8_wait_ack(i, CYP5525_SYS_PWR_STATE, 0xC1);
436+
cypd_write_reg8_wait_ack(i, CYP5525_SYS_PWR_STATE, 0xC0);
437437
reconnect_flag = false;
438438
} else
439439
cypd_write_reg8_wait_ack(i, CYP5525_SYS_PWR_STATE, 0xC0);

0 commit comments

Comments
 (0)