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

Commit 1814a673 authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

ARM: dts: msm: Add core hang detect nodes for msmtitanium/MSM8937



Add core hang detect node for msm8937 and msmtitanium SoCs, which
enables core hang detection feature.

Change-Id: I8c13ec78f77ee22cdadc349b4d345e102436e8e6
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 2f867742
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1084,6 +1084,14 @@
		status = "okay";
	};

	qcom,chd {
		compatible = "qcom,core-hang-detect";
		qcom,threshold-arr = <0xb088094 0xb098094 0xb0a8094
			0xb0b8094 0xb188094 0xb198094 0xb1a8094 0xb1a8094>;
		qcom,config-arr = <0xb08809c 0xb09809c 0xb0a809c
			0xb0b809c 0xb18809c 0xb19809c 0xb1a809c 0xb1b809c>;
	};

	qcom,msm-rtb {
		compatible = "qcom,msm-rtb";
		qcom,rtb-size = <0x100000>; /* 1M EBI1 buffer */
+8 −0
Original line number Diff line number Diff line
@@ -763,6 +763,14 @@
		status = "disabled";
	};

	qcom,chd {
		compatible = "qcom,core-hang-detect";
		qcom,threshold-arr = <0xb1880b0 0xb1980b0 0xb1a80b0
			0xb1b80b0 0xb0880b0 0xb0980b0 0xb0a80b0 0xb0b80b0>;
		qcom,config-arr = <0xb1880b8 0xb1980b8 0xb1a80b8
			0xb1b80b8 0xb0880b8 0xb0980b8 0xb0a80b8 0xb0b80b8>;
	};

	qcom,msm-rtb {
		compatible = "qcom,msm-rtb";
		qcom,rtb-size = <0x100000>;