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

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

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



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

Change-Id: Icd6f08a8e7ddeceafb3a02a1dfa4c64f23f285b5
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent 22ed12fe
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -284,6 +284,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_gcc: qcom,gcc@100000 {
		compatible = "qcom,dummycc";
		#clock-cells = <1>;