From 0360aea50062cbf0a7c3d42f2f6e6f7a7672ebf9 Mon Sep 17 00:00:00 2001 From: Morris Hsu Date: Wed, 18 Oct 2023 15:45:18 +0800 Subject: mb/google/brya/var/dochi: Update overridetree for FingerPrint Update overridetree to correct FP_MCU fw_config settings. BUG=b:299284564, b:298328847, b:299570339 TEST=emerge-brya coreboot Change-Id: If76dd8fa3567ed01b11a6d2ba796e8c39807816c Signed-off-by: Morris Hsu Reviewed-on: https://review.coreboot.org/c/coreboot/+/78454 Reviewed-by: Eric Lai Reviewed-by: Bob Moragues Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/variants/dochi/overridetree.cb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mainboard/google/brya/variants/dochi/overridetree.cb') diff --git a/src/mainboard/google/brya/variants/dochi/overridetree.cb b/src/mainboard/google/brya/variants/dochi/overridetree.cb index baa2f0a8c5..d44409e7c3 100644 --- a/src/mainboard/google/brya/variants/dochi/overridetree.cb +++ b/src/mainboard/google/brya/variants/dochi/overridetree.cb @@ -1,7 +1,7 @@ fw_config - field FPMCU_MASK 10 - option FPMCU_DISABLED 0 - option FPMCU_ENABLED 1 + field FP_MCU 9 10 + option FP_ABSENT 0 + option FP_MCU_NUVOTON 1 end field STORAGE 30 31 option STORAGE_UNKNOWN 0 @@ -279,7 +279,7 @@ chip soc/intel/alderlake register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_D2)" register "enable_delay_ms" = "3" device spi 0 on - probe FPMCU_MASK FPMCU_ENABLED + probe FP_MCU FP_MCU_NUVOTON end end # FPMCU end -- cgit v1.2.3