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 <weihualin@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90602 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Pranava Y N <pranavayn@google.com>
This commit is contained in:
parent
33d873324e
commit
24866fefef
1 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue