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

Commit fab194df authored by Stepan Moskovchenko's avatar Stepan Moskovchenko
Browse files

ARM: dts: msm: Add ERP devices for 8992



Add the device definitions for the CPU / CCI error
reporting hardware present on the MSM8992 platform.

Change-Id: I640789e40ad90125d558c81a919f234f56f768b7
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent 1c3579a9
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -229,6 +229,22 @@
		};
	};

	arm64-cpu-erp@f9100000 {
		compatible = "arm,arm64-cpu-erp";
		reg = <0xf9100000 0x1000>;
		reg-names = "cci";
		interrupts = <0 328 0>,
			     <0 329 0>,
			     <0 330 0>,
			     <0 331 0>,
			     <0 22 0>;
		interrupt-names = "pri-dbe-irq",
				  "sec-dbe-irq",
				  "pri-ext-irq",
				  "sec-ext-irq",
				  "cci-irq";
	};

	restart@fc4ab000 {
		compatible = "qcom,pshold";
		reg = <0xfc4ab000 0x4>;