diff options
| author | Xu Han <hanxu@codeaurora.org> | 2016-10-03 15:33:03 -0700 |
|---|---|---|
| committer | Xu Han <hanxu@codeaurora.org> | 2016-10-03 15:33:03 -0700 |
| commit | 7a0052344fe2e4a7843555480fbc16921679e57c (patch) | |
| tree | a7bcc212987d4214e3c4e1ecbe1021f0d4490fac | |
| parent | 9e2d528dc47d04e98c5e6f1c4ef84fc268115d36 (diff) | |
msm: sensor: Update CSI PHY 3 phase settings for msmcobalt
3 phase CPHY mode requires a setting update for msmcobalt V2.
Change-Id: I26db214b101d63feaf16b6b47e716116e334f648
CRs-Fixed: 1045908
Signed-off-by: Xu Han <hanxu@codeaurora.org>
| -rw-r--r-- | drivers/media/platform/msm/camera_v2/sensor/csiphy/include/msm_csiphy_5_0_1_hwreg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/platform/msm/camera_v2/sensor/csiphy/include/msm_csiphy_5_0_1_hwreg.h b/drivers/media/platform/msm/camera_v2/sensor/csiphy/include/msm_csiphy_5_0_1_hwreg.h index 79d7d94582c5..bba0b2bc9cdb 100644 --- a/drivers/media/platform/msm/camera_v2/sensor/csiphy/include/msm_csiphy_5_0_1_hwreg.h +++ b/drivers/media/platform/msm/camera_v2/sensor/csiphy/include/msm_csiphy_5_0_1_hwreg.h @@ -50,11 +50,11 @@ struct csiphy_reg_3ph_parms_t csiphy_v5_0_1_3ph = { {0x148, 0xFE}, {0x14C, 0x1}, {0x154, 0x0}, - {0x15C, 0x23}, + {0x15C, 0x63}, {0x160, ULPM_WAKE_UP_TIMER_MODE}, {0x164, 0x00}, - {0x168, 0xA0}, - {0x16C, 0x25}, + {0x168, 0xAC}, + {0x16C, 0xA5}, {0x170, 0x41}, {0x174, 0x41}, {0x178, 0x3E}, @@ -98,7 +98,7 @@ struct csiphy_reg_3ph_parms_t csiphy_v5_0_1_3ph = { {0x0, 0x91}, {0x70C, 0xA5}, {0x38, 0xFE}, - {0x81c, 0x6}, + {0x81c, 0x2}, }; struct csiphy_settings_t csiphy_combo_mode_v5_0_1 = { |
