mhi: cntrl: qcom: enable support for new device

Enable support for new device with the device ID 0x0308 to the MHI
controller.

Change-Id: I3f6f2947666f3281c4db1c2070ba8ebd26fd0a00
Signed-off-by: Bhaumik Bhatt <bbhatt@codeaurora.org>
This commit is contained in:
Bhaumik Bhatt
2020-05-07 20:06:33 -07:00
parent 3268e50143
commit 7effc0995d

View File

@@ -33,6 +33,7 @@ struct firmware_info {
};
static const struct firmware_info firmware_table[] = {
{.dev_id = 0x308, .fw_image = "sdx65m/sbl1.mbn"},
{.dev_id = 0x307, .fw_image = "sdx60m/sbl1.mbn"},
{.dev_id = 0x306, .fw_image = "sdx55m/sbl1.mbn"},
{.dev_id = 0x305, .fw_image = "sdx50m/sbl1.mbn"},
@@ -907,6 +908,7 @@ static struct pci_device_id mhi_pcie_device_id[] = {
{PCI_DEVICE(MHI_PCIE_VENDOR_ID, 0x0305)},
{PCI_DEVICE(MHI_PCIE_VENDOR_ID, 0x0306)},
{PCI_DEVICE(MHI_PCIE_VENDOR_ID, 0x0307)},
{PCI_DEVICE(MHI_PCIE_VENDOR_ID, 0x0308)},
{PCI_DEVICE(MHI_PCIE_VENDOR_ID, MHI_PCIE_DEBUG_ID)},
{0},
};