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

Commit edec1360 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add support for new MHI devices"

parents 069e05fc facef3ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
	mhi_0: qcom,mhi@0 {
		reg = <0 0 0 0 0 >;

		pci-ids = "17cb:0305", "17cb:0306", "17cb:0307";
		pci-ids = "17cb:0305", "17cb:0306", "17cb:0307", "17cb:0308";

		/* controller specific configuration */
		qcom,smmu-cfg = <0x3>;
@@ -586,7 +586,7 @@
	mhi_1: qcom,mhi@0 {
		reg = <0 0 0 0 0 >;

		pci-ids = "17cb:0305", "17cb:0306";
		pci-ids = "17cb:0305", "17cb:0306", "17cb:0307", "17cb:0308";

		/* controller specific configuration */
		qcom,smmu-cfg = <0x3>;
+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},
};