Merge "msm: camera: sensor: Adjust csiphy skew filter setting"
This commit is contained in:
commit
b98369d69b
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,6 @@
|
|||
#define MSM_CSIPHY_3_5_HWREG_H
|
||||
|
||||
#define ULPM_WAKE_UP_TIMER_MODE 2
|
||||
#define GLITCH_ELIMINATION_NUM 0x12 /* bit [6:4] */
|
||||
|
||||
#include <sensor/csiphy/msm_csiphy.h>
|
||||
|
||||
|
@ -47,7 +46,7 @@ struct csiphy_reg_3ph_parms_t csiphy_v3_5_3ph = {
|
|||
{0x138, 0x0},
|
||||
{0x13C, 0x10},
|
||||
{0x140, 0x1},
|
||||
{0x144, GLITCH_ELIMINATION_NUM},
|
||||
{0x144, 0x32},
|
||||
{0x148, 0xFE},
|
||||
{0x14C, 0x1},
|
||||
{0x154, 0x0},
|
||||
|
|
Loading…
Add table
Reference in a new issue