scsi: ufs-msm: enable broken power mode change quirk

UFS devices on msm ufs v1.1 controller fail to change power mode
during initialization. Enable the UFSHCD_QUIRK_BROKEN_PWR_MODE_CHANGE
quirk to make sure the power mode is not switched.

Change-Id: Ie02ae5a2da3604a83828325719eb5edb167ca82e
Signed-off-by: Sujit Reddy Thumma <sthumma@codeaurora.org>
This commit is contained in:
Sujit Reddy Thumma 2013-10-01 22:09:19 -07:00 committed by David Keitel
parent 860c89b452
commit e6b1f8fbb9

View file

@ -1373,7 +1373,8 @@ static void msm_ufs_advertise_quirks(struct ufs_hba *hba)
| UFSHCD_QUIRK_BROKEN_HIBERN8
| UFSHCD_QUIRK_BROKEN_VER_REG_1_1
| UFSHCD_QUIRK_BROKEN_CAP_64_BIT_0
| UFSHCD_QUIRK_BROKEN_DEVICE_Q_CMND);
| UFSHCD_QUIRK_BROKEN_DEVICE_Q_CMND
| UFSHCD_QUIRK_BROKEN_PWR_MODE_CHANGE);
}
/**