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

Commit 647dd817 authored by Elliot Berman's avatar Elliot Berman Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add core hang detection to dt

Add qcom,msm-hang-detect to device tree to enable MSM Core Hang
Detection on all cores.

Changed from 2 nodes (one for each of silver and gold) to 1 node because
that's semantically correct for the driver.

Change-Id: I10be3a765e20460f43ce4a8cb5e6580d99439f46
parent d5836468
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -548,6 +548,15 @@
		compatible = "qcom,secure-buffer";
	};

	qcom,chd {
		compatible = "qcom,core-hang-detect";
		label = "core";
		qcom,threshold-arr = <0x18000058 0x18010058 0x18020058 0x18030058
			0x18040058 0x18050058 0x18060058 0x18070058>;
		qcom,config-arr = <0x18000060 0x18010060 0x18020060 0x18030060
			0x18040060 0x18050060 0x18060060 0x18070060>;
	};

	aggre1_noc: interconnect@16e0000 {
		compatible = "qcom,lahaina-aggre1_noc";
		#interconnect-cells = <1>;