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

Commit 404e0416 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 64-bit addressing support quirk"

parents dbe82a1a 52c58556
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1322,7 +1322,8 @@ static void msm_ufs_advertise_quirks(struct ufs_hba *hba)
	if ((major == 0x1) && (minor == 0x001) && (step == 0x0000))
		hba->quirks |= (UFSHCD_QUIRK_BROKEN_INTR_AGGR
			      | UFSHCD_QUIRK_BROKEN_HIBERN8
			      | UFSHCD_QUIRK_BROKEN_VER_REG_1_1);
			      | UFSHCD_QUIRK_BROKEN_VER_REG_1_1
			      | UFSHCD_QUIRK_BROKEN_CAP_64_BIT_0);
}

/**