msm: camera: Fix csiphy issue on sdm660
Align with HPG for impedance value. This effects cphy mode of operation. Change-Id: I742ac285aacc36843698fc3ee746dc88a099f78d Signed-off-by: Vijay kumar Tumati <vtumati@codeaurora.org>
This commit is contained in:
parent
6604cb543e
commit
0d598505ca
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
|
||||
/* Copyright (c) 2015-2016, 2018 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 and
|
||||
|
@ -54,7 +54,7 @@ struct csiphy_reg_3ph_parms_t csiphy_v3_5_3ph = {
|
|||
{0x15C, 0x33},
|
||||
{0x160, ULPM_WAKE_UP_TIMER_MODE},
|
||||
{0x164, 0x48},
|
||||
{0x168, 0xA0},
|
||||
{0x168, 0x70},
|
||||
{0x16C, 0x17},
|
||||
{0x170, 0x41},
|
||||
{0x174, 0x41},
|
||||
|
|
Loading…
Add table
Reference in a new issue