Skip to content

Commit 0c40f07

Browse files
quic-mapamartinkpetersen
authored andcommitted
scsi: ufs: qcom: Update MODE_MAX cfg_bw value
Commit 8db8f6c ("scsi: ufs: qcom: Add missing interconnect bandwidth values for Gear 5") updated the ufs_qcom_bw_table for Gear 5. However, it missed updating the cfg_bw value for the max mode. Hence update the cfg_bw value for the max mode for UFS 4.x devices. Fixes: 8db8f6c ("scsi: ufs: qcom: Add missing interconnect bandwidth values for Gear 5") Cc: [email protected] Signed-off-by: Manish Pandey <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Manivannan Sadhasivam <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 0557f49 commit 0c40f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ufs/host/ufs-qcom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ static const struct __ufs_qcom_bw_table {
9393
[MODE_HS_RB][UFS_HS_G3][UFS_LANE_2] = { 1492582, 204800 },
9494
[MODE_HS_RB][UFS_HS_G4][UFS_LANE_2] = { 2915200, 409600 },
9595
[MODE_HS_RB][UFS_HS_G5][UFS_LANE_2] = { 5836800, 819200 },
96-
[MODE_MAX][0][0] = { 7643136, 307200 },
96+
[MODE_MAX][0][0] = { 7643136, 819200 },
9797
};
9898

9999
static void ufs_qcom_get_default_testbus_cfg(struct ufs_qcom_host *host);

0 commit comments

Comments
 (0)