Skip to content
Snippets Groups Projects
Commit 05e598e3 authored by Nick Chung's avatar Nick Chung
Browse files

msm: camera: b4s4/b1c1 separate LTC FW update table


Due to the finetune is different.

Bug: 127891929
Bug: 129738690
Test: CTS, GCA
Change-Id: Iebd859d96b554cd9b2d4745e271270234c5bf680
Signed-off-by: default avatarNick Chung <nickchung@google.com>
parent 792ddfe1
No related merge requests found
......@@ -71,7 +71,35 @@ struct cam_sensor_i2c_reg_array VCM_LC898219_DVT_1_0[] = {
{0x69, 0xF0, 0, 0},
{0x6A, 0x5F, 0, 0}
};
#ifdef CONFIG_BOARD_B1C1
/* Temperature parameters version E for B1C1 LTCFW*/
struct cam_sensor_i2c_reg_array VCM_LC898219_Temp_Params_verE[] = {
{0x14, 0x69, 0, 0},
{0x3F, 0x09, 0, 0},
{0x70, 0x00, 0, 0},
{0x71, 0x70, 0, 0},
{0x72, 0x0A, 0, 0},
{0x73, 0x00, 0, 0},
{0x74, 0x07, 0, 0},
{0x75, 0xFF, 0, 0},
{0x76, 0x9D, 0, 0},
{0x77, 0x4D, 0, 0},
};
/* Temperature parameters version H for B1C1 LTCFW*/
struct cam_sensor_i2c_reg_array VCM_LC898219_Temp_Params_verH[] = {
{0x14, 0x69, 0, 0},
{0x3F, 0x09, 0, 0},
{0x70, 0x00, 0, 0},
{0x71, 0x70, 0, 0},
{0x72, 0x09, 0, 0},
{0x73, 0x00, 0, 0},
{0x74, 0x07, 0, 0},
{0x75, 0xFF, 0, 0},
{0x76, 0xA9, 0, 0},
{0x77, 0x48, 0, 0},
};
#else
/* Temperature parameters version E for B4S4 LTCFW*/
struct cam_sensor_i2c_reg_array VCM_LC898219_Temp_Params_verE[] = {
{0x14, 0x69, 0, 0},
......@@ -99,6 +127,7 @@ struct cam_sensor_i2c_reg_array VCM_LC898219_Temp_Params_verH[] = {
{0x76, 0xA8, 0, 0},
{0x77, 0x4A, 0, 0},
};
#endif
struct cam_sensor_i2c_reg_array VCM_AK7375_DVT_R16[] = {
{0x10, 0x34, 0, 0},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment