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

Commit cc23f7fb authored by Bhaumik Bhatt's avatar Bhaumik Bhatt
Browse files

mhi: cntrl: qcom: add support for chitwan device



Add support for chitwan device in the MHI controller driver.

Change-Id: Ief0aa9361a139d37f481131835b4f19350b1d7eb
Signed-off-by: default avatarBhaumik Bhatt <bbhatt@codeaurora.org>
parent 6ccadbd2
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 = 0x307, .fw_image = "sdx60m/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"},
@@ -856,6 +857,7 @@ static struct pci_device_id mhi_pcie_device_id[] = {
	{PCI_DEVICE(MHI_PCIE_VENDOR_ID, 0x0304)},
	{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, MHI_PCIE_DEBUG_ID)},
	{0},
};