Skip to content

Commit 128a926

Browse files
LeilaCY-Linkiram9
authored andcommitted
fwk: dogwood: disable Kconfig PD_ERROR_RECOVERY
According to the reply from WeiKeng, they recommend that EC does not need to send the error recovery command to PD. BRANCH=fwk-dogwood-27111 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 Signed-off-by: LeilaCY-Lin <LeilaCY_Lin@compal.com>
1 parent 6670db7 commit 128a926

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

zephyr/program/framework/dogwood/project.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ CONFIG_PLATFORM_EC_USB_POWER_DELIVERY=n
2626
CONFIG_PLATFORM_EC_USB_PD_DISCHARGE=n
2727
CONFIG_PD_CCG6_EC_UART_DEBUG_PORT=1
2828
CONFIG_PD_CCG6_SOC_UART_DEBUG_PORT=0
29+
CONFIG_PD_ERROR_RECOVERY=n
2930

3031
# Thermal
3132
CONFIG_PLATFORM_EC_TEMP_SENSOR_F75303=y

0 commit comments

Comments
 (0)