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

Commit 0477006b authored by Teng Fei Fan's avatar Teng Fei Fan
Browse files

ARM: dts: msm: Add core hang label for msm8953



Add core hang label for msm8953 to open core hang interface in
userspace.

Change-Id: I023a28c86eeceffb4d8b7b9aed0a49309114c28e
Signed-off-by: default avatarTeng Fei Fan <tengfei@codeaurora.org>
parent 14681b57
Loading
Loading
Loading
Loading
+13 −3
Original line number Diff line number Diff line
@@ -1137,12 +1137,22 @@
		qcom,wakeup-enable;
	};

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

	qcom,chd_gold {
		compatible = "qcom,core-hang-detect";
		label = "gold";
		qcom,threshold-arr = <0xb0880b0 0xb0980b0 0xb0a80b0
			0xb0b80b0>;
		qcom,config-arr = <0xb0880b8 0xb0980b8 0xb0a80b8
			0xb0b80b8>;
	};

	qcom,msm-rtb {