Merge "gps: Disable dynamic HSI" into udc-qpr-dev am: 433677370a

Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/25631190

Change-Id: Id069bad0c687810e478a4d8760d9c38ffa90567e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Morgan Shen 2023-12-16 05:27:33 +00:00 committed by Automerger Merge Worker
commit 499e1c9441
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ gnss_device_patch_file=/vendor/firmware/kepler.bin
#Chip_Configuration_Io_Options=0x85 #Chip_Configuration_Io_Options=0x85
# Enable dynamic HSI # Enable dynamic HSI
Chip_Configuration_Dynamic_HSI=1 Chip_Configuration_Dynamic_HSI=0
# borrow this field to force CP crash on GAL bad ISM # borrow this field to force CP crash on GAL bad ISM
#Chip_Configuration_WT1=1 #Chip_Configuration_WT1=1

View file

@ -7,7 +7,7 @@ GlueLayer_EnableGnssCfgInterface=1
gnss_device_type=K041 gnss_device_type=K041
gnss_device_patch_address=0 gnss_device_patch_address=0
gnss_device_patch_file=/vendor/firmware/kepler.bin gnss_device_patch_file=/vendor/firmware/kepler.bin
Chip_Configuration_Dynamic_HSI=1 Chip_Configuration_Dynamic_HSI=0
GlueLayer_IsPlatformRefTimeEnable=1 GlueLayer_IsPlatformRefTimeEnable=1
chpp_betp_client=1 chpp_betp_client=1
chpp_log_level=2 chpp_log_level=2