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

Commit 62520da5 authored by Srinivas Ramana's avatar Srinivas Ramana
Browse files

ARM: dts: msm: Add ERP device definition on msmtriton



Add a device definition for the CPU Error Reporting
hardware on msmtriton, to allow hardware errors to be
reported to software.

Change-Id: I36561c446ade0ee36dfb266c6033ae7734af4df9
Signed-off-by: default avatarSrinivas Ramana <sramana@codeaurora.org>
parent f0ba75cf
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -527,6 +527,21 @@
		};
	};

	arm64-cpu-erp {
		compatible = "arm,arm64-cpu-erp";
		interrupts = <0 43 4>,
			     <0 44 4>,
			     <0 41 4>,
			     <0 42 4>;

		interrupt-names = "pri-dbe-irq",
				  "sec-dbe-irq",
				  "pri-ext-irq",
				  "sec-ext-irq";

		poll-delay-ms = <5000>;
	};

	clock_rpmcc: qcom,rpmcc {
		compatible = "qcom,rpmcc-msmfalcon", "qcom,rpmcc";
		#clock-cells = <1>;