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

Commit a13b11e2 authored by Zhiqiang Tu's avatar Zhiqiang Tu
Browse files

ARM: dts: msm: Add interrupt-map for PCIe on Quin virtual machine



Add interrupt-map for PCIe devices since PCI interrupt parsing requires it.

Change-Id: I6aa274427f05e69e2b44da827fbeeb81ceab2eef
Signed-off-by: default avatarZhiqiang Tu <ztu@codeaurora.org>
parent 6b3f84f4
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -80,10 +80,14 @@
&soc {
	#address-cells = <1>;
	#size-cells = <1>;
	virtual-interrupt-parent = "gic";
	interrupt-parent = <&intc>;
	ranges = <0 0 0 0xffffffff>;
	compatible = "simple-bus";

	intc: vgic@0 {
		qvm,vdev = "gic";
	};

	clock_gcc: qcom,gcc {
		compatible = "qcom,dummycc";
		#clock-cells = <1>;
+9 −2
Original line number Diff line number Diff line
@@ -34,10 +34,17 @@
		#size-cells = <2>;
		ranges = <0x01000000 0x0 0x40200000 0x40200000 0x0 0x100000>,
			<0x02000000 0x0 0x40300000 0x40300000 0x0 0x1fd00000>;
		interrupts = <0 140 0>, <0 149 0>, <0 150 0>, <0 151 0>,
			   <0 152 0>;
		interrupt-parent = <&pcie0>;
		interrupts = <0 1 2 3 4>;
		interrupt-names = "int_global_int", "int_a", "int_b", "int_c",
					"int_d";
		#interrupt-cells = <1>;
		interrupt-map-mask = <0 0 0 0xffffffff>;
		interrupt-map = <0 0 0 0 &intc 0 140 0
				0 0 0 1 &intc 0 149 0
				0 0 0 2 &intc 0 150 0
				0 0 0 3 &intc 0 151 0
				0 0 0 4 &intc 0 152 0>;

		qcom,phy-sequence = <0x0800 0x01 0x0
				0x0804 0x03 0x0
+9 −2
Original line number Diff line number Diff line
@@ -34,10 +34,17 @@
		#size-cells = <2>;
		ranges = <0x01000000 0x0 0x60200000 0x60200000 0x0 0x100000>,
			<0x02000000 0x0 0x60300000 0x60300000 0x0 0x3d00000>;
		interrupts = <0 140 0>, <0 149 0>, <0 150 0>, <0 151 0>,
			   <0 152 0>;
		interrupt-parent = <&pcie0>;
		interrupts = <0 1 2 3 4>;
		interrupt-names = "int_global_int", "int_a", "int_b", "int_c",
				"int_d";
		#interrupt-cells = <1>;
		interrupt-map-mask = <0 0 0 0xffffffff>;
		interrupt-map = < 0 0 0 0 &intc 0 140 0
				0 0 0 1 &intc 0 149 0
				0 0 0 2 &intc 0 150 0
				0 0 0 3 &intc 0 151 0
				0 0 0 4 &intc 0 152 0>;

		qcom,phy-sequence = <0x0840 0x03 0x0
				0x0094 0x08 0x0
+9 −2
Original line number Diff line number Diff line
@@ -32,10 +32,17 @@
		#size-cells = <2>;
		ranges = <0x01000000 0x0 0x60200000 0x60200000 0x0 0x100000>,
			<0x02000000 0x0 0x60300000 0x60300000 0x0 0x3d00000>;
		interrupts = <0 140 0>, <0 149 0>, <0 150 0>, <0 151 0>,
			   <0 152 0>;
		interrupt-parent = <&pcie0>;
		interrupts = <0 1 2 3 4>;
		interrupt-names = "int_global_int", "int_a", "int_b", "int_c",
				"int_d";
		#interrupt-cells = <1>;
		interrupt-map-mask = <0 0 0 0xffffffff>;
		interrupt-map = < 0 0 0 0 &intc 0 140 0
				0 0 0 1 &intc 0 149 0
				0 0 0 2 &intc 0 150 0
				0 0 0 3 &intc 0 151 0
				0 0 0 4 &intc 0 152 0>;

		qcom,phy-sequence = <0x0840 0x03 0x0
				0x0094 0x08 0x0