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

Commit 83562006 authored by Manu Gautam's avatar Manu Gautam
Browse files

ARM: dts: msm: Use PCIe_MSI for Shima

Rely on PCIe controller to use MSI interrupts.

Change-Id: I64ecb84d791c83a4710e6570eebd17454dba61d7
parent 8acabe1b
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
				0 0 0 3 &intc GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH
				0 0 0 4 &intc GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;

		msi-parent = <&pcie0_msi>;
		msi-parent = <&pcie0_msi_snps>;

		perst-gpio = <&tlmm 94 0>;
		wake-gpio = <&tlmm 96 0>;
@@ -194,6 +194,15 @@
		};
	};

	pcie0_msi_snps: qcom,pcie0_msi@a0000000 {
		compatible = "qcom,pci-msi";
		msi-controller;
		reg = <0xa0000000 0x0>;
		interrupt-parent = <&intc>;
		interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>;
		qcom,snps;
	};

	pcie0_msi: qcom,pcie0_msi@17a10040 {
		compatible = "qcom,pci-msi";
		msi-controller;