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:
@@ -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},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user