scsi: ufs: phy configuration to support HS-G2

This change is required according to HW team, in order to support
UFS device working with HS-G2

Change-Id: Id76a36870103d93b9f602911412e999cce64cec1
Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org>
This commit is contained in:
Yaniv Gardi 2013-10-30 12:18:10 +02:00 committed by David Keitel
parent 014e61878a
commit 23a7de785f

View file

@ -421,11 +421,11 @@ static struct msm_ufs_phy_calibration phy_cal_table[] = {
.reg_offset = QSERDES_RX_PWM_CNTRL1(1),
},
{
.cfg_value = 0xf2,
.cfg_value = 0x22,
.reg_offset = QSERDES_RX_CDR_CONTROL(0),
},
{
.cfg_value = 0x2a,
.cfg_value = 0x12,
.reg_offset = QSERDES_RX_CDR_CONTROL_HALF(0),
},
{
@ -433,11 +433,11 @@ static struct msm_ufs_phy_calibration phy_cal_table[] = {
.reg_offset = QSERDES_RX_CDR_CONTROL_QUARTER(0),
},
{
.cfg_value = 0xf2,
.cfg_value = 0x22,
.reg_offset = QSERDES_RX_CDR_CONTROL(1),
},
{
.cfg_value = 0x2a,
.cfg_value = 0x12,
.reg_offset = QSERDES_RX_CDR_CONTROL_HALF(1),
},
{