msm: camera: sensor: Adjust csiphy skew filter setting
Change camera csiphy skew filter setting to match HPG. Change-Id: I21d63daa95bd1901b6343e7ff47f05e259a1a8a1 Signed-off-by: Vijay kumar Tumati <vtumati@codeaurora.org>
This commit is contained in:
parent
502257f3e6
commit
f35c51fe09
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