Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7effc099 authored by Bhaumik Bhatt's avatar Bhaumik Bhatt
Browse files

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: default avatarBhaumik Bhatt <bbhatt@codeaurora.org>
parent 3268e501
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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},
};