Commit 6670db7
fwk: cypd: add the Kconfig to enable the error recovery
If the retimer power rail is different with PD chip, EC should send
the error recovery to PD chip to let PD chips re-update the retimer.
This change create a new Kconfig to enable/disable the error recovery.
BRANCH=fwk-main
BUG=https://app.clickup.com/t/86ere7vjd
TEST=Set Kconfig=n, the EC does not send the error recovery command
to PD chips. Does not see the ERROR_REOCERY event in the ec log.
TEST=Set Kconfig=y, the EC sends the error recovery command to PD
chips. Can see the ERROR_RECOVERY event in the ec log.
Signed-off-by: Josh Tsai <Josh_Tsai@compal.com>
(cherry picked from commit 8aed1e0)1 parent c147be2 commit 6670db7
2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
212 | 220 | | |
213 | 221 | | |
214 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2115 | 2115 | | |
2116 | 2116 | | |
2117 | 2117 | | |
2118 | | - | |
| 2118 | + | |
2119 | 2119 | | |
2120 | 2120 | | |
2121 | 2121 | | |
| |||
0 commit comments