Loading drivers/bus/mhi/controllers/mhi_qcom.c +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ struct firmware_info { }; static const struct firmware_info firmware_table[] = { {.dev_id = 0x306, .fw_image = "sbl1.mbn"}, {.dev_id = 0x306, .fw_image = "sdx55m/sbl1.mbn"}, {.dev_id = 0x305, .fw_image = "sdx50m/sbl1.mbn"}, {.dev_id = 0x304, .fw_image = "sbl.mbn", .edl_image = "edl.mbn"}, /* default, set to debug.mbn */ Loading Loading
drivers/bus/mhi/controllers/mhi_qcom.c +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ struct firmware_info { }; static const struct firmware_info firmware_table[] = { {.dev_id = 0x306, .fw_image = "sbl1.mbn"}, {.dev_id = 0x306, .fw_image = "sdx55m/sbl1.mbn"}, {.dev_id = 0x305, .fw_image = "sdx50m/sbl1.mbn"}, {.dev_id = 0x304, .fw_image = "sbl.mbn", .edl_image = "edl.mbn"}, /* default, set to debug.mbn */ Loading