Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b530479e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "scsi: ufs-msm: enable quirk to fix gear change to HS"

parents 357d5df9 cdd91404
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2312,6 +2312,7 @@ static void msm_ufs_advertise_quirks(struct ufs_hba *hba)
			      | UFSHCD_QUIRK_DELAY_BEFORE_DME_CMDS
			      | UFSHCD_QUIRK_BROKEN_INTR_AGGR
			      | UFSHCD_QUIRK_BROKEN_SUSPEND
			      | UFSHCD_BROKEN_GEAR_CHANGE_INTO_HS
			      | UFSHCD_BROKEN_LCC);
}