Loading arch/arm64/boot/dts/qcom/sm8150-mhi.dtsi +2 −2 Original line number Diff line number Diff line Loading @@ -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>; Loading Loading @@ -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>; Loading drivers/bus/mhi/controllers/mhi_qcom.c +2 −0 Original line number Diff line number Diff line Loading @@ -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"}, Loading Loading @@ -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}, }; Loading Loading
arch/arm64/boot/dts/qcom/sm8150-mhi.dtsi +2 −2 Original line number Diff line number Diff line Loading @@ -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>; Loading Loading @@ -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>; Loading
drivers/bus/mhi/controllers/mhi_qcom.c +2 −0 Original line number Diff line number Diff line Loading @@ -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"}, Loading Loading @@ -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}, }; Loading