From 90727b604a52d82d8114d712823deca64b2ce963 Mon Sep 17 00:00:00 2001 From: James Huang Date: Tue, 23 Apr 2024 14:36:30 +0800 Subject: [PATCH] gps: Update GNSS FW 4.15.1_5_P4 with config change for CT3 Add Chip_Configuration_FeatureCfg_MTPL = 0 to disable MTPL Bug: 336179125 Test: CTS/VTS, GNSS sanity test and SST in b/336424148 Change-Id: Ie13bc08afaf61569419c76c97bcc1d6eae21a5b6 --- location/user/gps.cfg | 1 + location/userdebug/gps.cfg | 3 +++ 2 files changed, 4 insertions(+) diff --git a/location/user/gps.cfg b/location/user/gps.cfg index 9f96c20..2d01c37 100644 --- a/location/user/gps.cfg +++ b/location/user/gps.cfg @@ -23,6 +23,7 @@ ChipCfg_VDR_low_end_Time = 20 Chip_Configuration_AidingConfiguration=0x00020046 Chip_Configuration_RefClkControl=0x24 Chip_Configuration_DCXO_CrystalType=0x11 +Chip_Configuration_FeatureCfg_MTPL = 0 Chip_Configuration_GNSSConstConstraintDef = 0x60BF LocTech_Constraints = 0x60BF Chip_Configuration_RfMiscCtrl = 0x80008001 diff --git a/location/userdebug/gps.cfg b/location/userdebug/gps.cfg index 40985ca..3b1d760 100644 --- a/location/userdebug/gps.cfg +++ b/location/userdebug/gps.cfg @@ -92,6 +92,9 @@ Chip_Configuration_DCXO_CrystalType=0x11 # Range should be 2000 to 3100 #Chip_Configuration_DCXO_InflectionPoint=2855 +# Disable MTPL +Chip_Configuration_FeatureCfg_MTPL = 0 + # L1 + L5 MCW Chip_Configuration_GNSSConstConstraintDef = 0x60BF LocTech_Constraints = 0x60BF