We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c89af commit c422fbdCopy full SHA for c422fbd
drivers/ufs/host/ufs-qcom.c
@@ -321,7 +321,7 @@ static void ufs_qcom_select_unipro_mode(struct ufs_qcom_host *host)
321
ufs_qcom_cap_qunipro(host) ? QUNIPRO_SEL : 0,
322
REG_UFS_CFG1);
323
324
- if (host->hw_ver.major == 0x05)
+ if (host->hw_ver.major >= 0x05)
325
ufshcd_rmwl(host->hba, QUNIPRO_G4_SEL, 0, REG_UFS_CFG0);
326
327
/* make sure above configuration is applied before we return */
0 commit comments