Skip to content

Commit a204b49

Browse files
joelselvarajmartinkpetersen
authored andcommitted
scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMR
Xiaomi Poco F1 (qcom/sdm845-xiaomi-beryllium*.dts) comes with a SKhynix H28U74301AMR UFS. The sd_read_cpr() operation leads to a 120 second timeout, making the device bootup very slow: [ 121.457736] sd 0:0:0:1: [sdb] tag#23 timing out command, waited 120s Setting the BLIST_SKIP_VPD_PAGES allows the device to skip the failing sd_read_cpr operation and boot normally. Signed-off-by: Joel Selvaraj <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent c600102 commit a204b49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/scsi/scsi_devinfo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ static struct {
234234
{"SGI", "RAID5", "*", BLIST_SPARSELUN},
235235
{"SGI", "TP9100", "*", BLIST_REPORTLUN2},
236236
{"SGI", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
237+
{"SKhynix", "H28U74301AMR", NULL, BLIST_SKIP_VPD_PAGES},
237238
{"IBM", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
238239
{"SUN", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
239240
{"DELL", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},

0 commit comments

Comments
 (0)