gps: Disable Magnetometer sensor in gps.cfg for CT3

Set Chip_Configuration_mems_data_Configuration=0x25

Bug: 346490557
Test: CTS/VTS, sanity test/Stress test/SST
Change-Id: I57940f9eb38e2b0eaf2be6f81e02fb497ddfaa1d
This commit is contained in:
James Huang 2024-06-11 16:33:13 +08:00
parent da60dc4397
commit 85c7febe7b
2 changed files with 8 additions and 2 deletions

View file

@ -53,7 +53,7 @@ GlueLayer_isReqUBPFromPressureSensor=1
GlueLayer_IsRilCIDReqEnable=0 GlueLayer_IsRilCIDReqEnable=0
GlueLayer_IsMemsEnable=1 GlueLayer_IsMemsEnable=1
GlueLayer_MeasCorrCap=7 GlueLayer_MeasCorrCap=7
Chip_Configuration_mems_data_Configuration=0x27 Chip_Configuration_mems_data_Configuration=0x25
Chip_Configuration_FeatureCfg_ANDRD_MEAS_CORR_ENABLE=1 Chip_Configuration_FeatureCfg_ANDRD_MEAS_CORR_ENABLE=1
CP_LocTech_PrimaryConst=0 CP_LocTech_PrimaryConst=0
CP_LocTech_Constraints=1 CP_LocTech_Constraints=1

View file

@ -182,7 +182,13 @@ GlueLayer_isReqUBPFromPressureSensor=1
GlueLayer_IsRilCIDReqEnable=0 GlueLayer_IsRilCIDReqEnable=0
GlueLayer_IsMemsEnable=1 GlueLayer_IsMemsEnable=1
GlueLayer_MeasCorrCap=7 GlueLayer_MeasCorrCap=7
Chip_Configuration_mems_data_Configuration=0x27
# 0x0001: CHIP_CONFIG_MEMS_ACCEL_AVAILABLE
# 0x0002: CHIP_CONFIG_MEMS_MAGN_AVAILABLE
# 0x0004: CHIP_CONFIG_MEMS_GYRO_AVAILABLE
# 0x0010: CHIP_CONFIG_MEMS_ORIENTATION_AVAILABLE
# 0x0020: CHIP_CONFIG_MEMS_STEPCOUNTER_AVAILABLE
Chip_Configuration_mems_data_Configuration=0x25
Chip_Configuration_FeatureCfg_ANDRD_MEAS_CORR_ENABLE=1 Chip_Configuration_FeatureCfg_ANDRD_MEAS_CORR_ENABLE=1
CP_LocTech_PrimaryConst=0 CP_LocTech_PrimaryConst=0
CP_LocTech_Constraints=1 CP_LocTech_Constraints=1