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

Commit 943d984e authored by Mayank Grover's avatar Mayank Grover Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Support to enable core hang detection for lagoon

Add support to enable core hang detection for both silver and
gold cores for lagoon.

Change-Id: I7c23ff8be6c32315b4874816fddc20043768d929
parent fa77cf4e
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -735,6 +735,24 @@
				0x10100 0x10100 0x25900 0x25900>;
	};

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

	qcom,chd_gold {
		compatible = "qcom,core-hang-detect";
		label = "gold";
		qcom,threshold-arr = <0x18060058 0x18070058>;
		qcom,config-arr = <0x18060060 0x18070060>;
	};

	cpuss_dump {
		compatible = "qcom,cpuss-dump";