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

Commit 0c256bff authored by Ramachandran Venkataramani's avatar Ramachandran Venkataramani Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable PDC support for VM targets



Add PDC as an interrupt controller on VM targets for use
with USB interrupts.

Change-Id: I656066947cfd73dda214ff490dab208e865c481a
Signed-off-by: default avatarRamachandran Venkataramani <ramavenk@codeaurora.org>
parent 9529f971
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -204,6 +204,14 @@
		};
	};

	pdc: interrupt-controller@0xb220000{
		compatible = "qcom,pdc-virt";
		reg = <0xb220000 0x400>;
		#interrupt-cells = <3>;
		interrupt-controller;
		qcom,pdc-pins = <8 520>, <9 521>, <10 522>, <11 523>;
	};

	apps_smmu: apps-smmu@0x15000000 {
		compatible = "qcom,qsmmu-v500";
		reg = <0x15000000 0x80000>,
+8 −0
Original line number Diff line number Diff line
@@ -127,6 +127,14 @@
		reg = <0xeb600000 0x1000>;
	};

	pdc: interrupt-controller@0xb220000{
		compatible = "qcom,pdc-virt";
		reg = <0xb220000 0x400>;
		#interrupt-cells = <3>;
		interrupt-controller;
		qcom,pdc-pins = <7 519>, <8 520>, <9 521>, <10 522>, <11 523>;
	};

	clock_virt: qcom,virtio-gcc {
		compatible = "virtio,mmio";
		reg = <0x1c200000 0x1000>;
+8 −0
Original line number Diff line number Diff line
@@ -30,6 +30,14 @@
};

&soc {
	pdc: interrupt-controller@0xb220000{
		compatible = "qcom,pdc-virt";
		reg = <0xb220000 0x400>;
		#interrupt-cells = <3>;
		interrupt-controller;
		qcom,pdc-pins = <7 519>, <8 520>, <9 521>, <10 522>, <11 523>;
	};

	clock_virt: qcom,virtio-gcc {
		compatible = "virtio,mmio";
		reg = <0x1c200000 0x1000>;