From b1e8f87b301da9d7a1c43bb78006aba8856ebb0a Mon Sep 17 00:00:00 2001 From: Jarried Lin Date: Mon, 9 Feb 2026 13:26:00 +0800 Subject: [PATCH] mb/google/rauru: Enable MEDIATEK_WDT_RESET_BY_SW For MT8196p, watchdog external reset is enabled by kernel configuration, and EC ignores the reset signal AP_PMIC_WDTRST_L. Therefore, enable MEDIATEK_WDT_RESET_BY_SW to allow triggering the secondary watchdog reset via software instead of watchdog hardware. BUG=b:481854714 TEST=cbmem logs preserved on WDT timeout Change-Id: Ib6b1ddbe28b0cd2aac2043f18dcd15caf4cac37a Signed-off-by: Jarried Lin Reviewed-on: https://review.coreboot.org/c/coreboot/+/91420 Reviewed-by: Yidi Lin Tested-by: build bot (Jenkins) --- src/mainboard/google/rauru/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/rauru/Kconfig b/src/mainboard/google/rauru/Kconfig index 486e273874..c13149aefe 100644 --- a/src/mainboard/google/rauru/Kconfig +++ b/src/mainboard/google/rauru/Kconfig @@ -40,6 +40,7 @@ config BOARD_SPECIFIC_OPTIONS select FW_CONFIG_SOURCE_CHROMEEC_CBI select RTC select MIPI_PANEL_BOE_NS130069_M00 if BOARD_GOOGLE_SAPPHIRE + select MEDIATEK_WDT_RESET_BY_SW if BOARD_GOOGLE_SAPPHIRE config MAINBOARD_DIR string