scsi: ufs-msm: change default working mode in HS to rate A
So far, we used to work in the maximum HS (High Speed) rate available by the UFS device (and supported by the controller) which is rate B. This change changes the default working rate from rate B to rate A, in order to gain more stability. Change-Id: I797485b9699c5dab2a294b524f27c8e327b1e62d Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org>
This commit is contained in:
parent
68e23b443a
commit
626cfcfb32
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
#define UFS_MSM_LIMIT_TX_PWR_PWM SLOW_MODE
|
||||
#define UFS_MSM_LIMIT_RX_PWR_HS FAST_MODE
|
||||
#define UFS_MSM_LIMIT_TX_PWR_HS FAST_MODE
|
||||
#define UFS_MSM_LIMIT_HS_RATE PA_HS_MODE_B
|
||||
#define UFS_MSM_LIMIT_HS_RATE PA_HS_MODE_A
|
||||
#define UFS_MSM_LIMIT_DESIRED_MODE FAST
|
||||
|
||||
static struct msm_ufs_phy_calibration phy_cal_table_ctrl_1_1_0_rate_A[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue