From c0871f62f74f776d961da219eab16bcc3235cfda Mon Sep 17 00:00:00 2001 From: Wentao Qin Date: Tue, 9 Jul 2024 20:26:52 +0800 Subject: mb/google/brox/var/lotso: Add FW_CONFIG for FP This patch adds FW_CONFIG to accommodate different Lotso BoM components across various SKUs. 1. Fingerprint sensor - FP Present/Absent BUG=b:350360162 BRANCH=None TEST=Boot image on SKU2 and check FP working. Change-Id: I1ee5fcd1c29099bdbee741ef76c00cf45fcc1189 Signed-off-by: Wentao Qin Reviewed-on: https://review.coreboot.org/c/coreboot/+/83388 Reviewed-by: Eric Lai Reviewed-by: Karthik Ramasubramanian Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) --- src/mainboard/google/brox/variants/lotso/overridetree.cb | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/mainboard/google/brox/variants/lotso/overridetree.cb b/src/mainboard/google/brox/variants/lotso/overridetree.cb index 2ddd2f3f8e..e7c5f6b70b 100644 --- a/src/mainboard/google/brox/variants/lotso/overridetree.cb +++ b/src/mainboard/google/brox/variants/lotso/overridetree.cb @@ -6,8 +6,8 @@ fw_config end field STORAGE 2 3 option STORAGE_UNKNOWN 0 - option STORAGE_UFS 1 - option STORAGE_NVME 2 + option STORAGE_UFS 1 + option STORAGE_NVME 2 end field WIFI_BT 4 4 option WIFI_CNVI_WIFI6E 0 @@ -15,17 +15,21 @@ fw_config end field AUDIO 5 7 option AUDIO_UNKNOWN 0 - option AUDIO_REALTEK_ALC256 1 + option AUDIO_REALTEK_ALC256 1 option AUDIO_REALTEK_ALC3287 2 end field UFC 8 9 - option UFC_NONE 0 - option UFC_USB 1 + option UFC_NONE 0 + option UFC_USB 1 end field KB_BL 10 10 - option KB_BL_ABSENT 0 + option KB_BL_ABSENT 0 option KB_BL_PRESENT 1 end + field FP 11 12 + option FP_PRESENT 0 + option FP_ABSENT 1 + end field ISH 21 option ISH_DISABLE 0 option ISH_ENABLE 1 -- cgit v1.2.3