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

Commit f010656d authored by Prateek Sood's avatar Prateek Sood Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add support for core hang detection



Add support for core hang detection feature for sdm640.

Change-Id: I15ffb16f89bf8fe920e961e73dc07dd56d86c937
Signed-off-by: default avatarPrateek Sood <prsood@codeaurora.org>
parent 8c3b3690
Loading
Loading
Loading
Loading
+18 −0
Original line number Original line Diff line number Diff line
@@ -681,6 +681,24 @@
		qcom,wakeup-enable;
		qcom,wakeup-enable;
	};
	};


	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>;
	};

	kryo-erp {
	kryo-erp {
		compatible = "arm,arm64-kryo-cpu-erp";
		compatible = "arm,arm64-kryo-cpu-erp";
		interrupts = <1 6 4>,
		interrupts = <1 6 4>,