From 24866fefef7601ea52aeb70df89760823e109da4 Mon Sep 17 00:00:00 2001 From: Hualin Wei Date: Tue, 23 Dec 2025 14:11:04 +0800 Subject: [PATCH] mb/google/fatcat/var/lapis: Add UFSC bit of new FP MCU Lapis requires the addition of a new fingerprint module, and the fingerprint module needs to be distinguished via UFSC when updating the fingerprint module fw. BUG=b:463867670 TEST=./config/payload_utils/generate_ufsc.py ap Change-Id: I69846aa404adc76c6446de68749f0fe469e570a3 Signed-off-by: Hualin Wei Reviewed-on: https://review.coreboot.org/c/coreboot/+/90602 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Pranava Y N --- .../google/fatcat/variants/lapis/overridetree.cb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/mainboard/google/fatcat/variants/lapis/overridetree.cb b/src/mainboard/google/fatcat/variants/lapis/overridetree.cb index 04565a14ef..a2da0752b0 100644 --- a/src/mainboard/google/fatcat/variants/lapis/overridetree.cb +++ b/src/mainboard/google/fatcat/variants/lapis/overridetree.cb @@ -22,6 +22,10 @@ fw_config option TOUCHSCREEN_SOC_INTERFACE_I2C_LPSS 1 option TOUCHSCREEN_SOC_INTERFACE_I2C_THC 2 end + field SENSOR_HUB 23 23 + option ISH_ABSENT 0 + option ISH_PRESENT 1 + end field FINGERPRINT_INTERFACE 24 25 option FINGERPRINT_INTERFACE_UNKNOWN 0 option FINGERPRINT_INTERFACE_SPI 1 @@ -40,7 +44,7 @@ fw_config option TRACKPAD_SOC_INTERFACE_I2C_LPSS 1 option TRACKPAD_SOC_INTERFACE_I2C_THC 2 end - field KB_BACKLIGHT_PRESENT 43 43 + field KB_BACKLIGHT 43 43 option KB_BACKLIGHT_ABSENT 0 option KB_BACKLIGHT_PRESENT 1 end @@ -48,6 +52,10 @@ fw_config option WIFI_SAR_ID0 0 option WIFI_SAR_ID1 1 end + field FINGERPRINT_MCU 63 63 + option FINGERPRINT_FT9001_FT9865 0 + option FINGERPRINT_FT9001C_FT9849 1 + end end chip soc/intel/pantherlake