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

Commit 83814bb4 authored by Yogesh Lal's avatar Yogesh Lal
Browse files

ARM: dts: msm: Adding core hang and gladiator hang DT nodes

Adding core hang and gladiator hang DT nodes for bengal.

Change-Id: Ie228e5359f5f41d1829468c634eeb3213f612c45
parent 84baf059
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -430,6 +430,32 @@
		qcom,scandump-sizes = <0x40000>;
	};

	qcom,chd_silver {
		compatible = "qcom,core-hang-detect";
		label = "silver";
		qcom,threshold-arr = <0x0f1880b0 0x0f1980b0
				      0x0f1a80b0 0x0f1b80b0>;
		qcom,config-arr = <0x0f1880b8 0x0f1980b8
				   0x0f1a80b8 0x0f1b80b8>;
	};

	qcom,chd_gold {
		compatible = "qcom,core-hang-detect";
		label = "gold";
		qcom,threshold-arr = <0x0f0880b0 0x0f0980b0
				      0x0f0a80b0 0x0f0b80b0>;
		qcom,config-arr = <0x0f0880b8 0x0f0980b8
				   0x0f0a80b8 0x0f0b80b8>;
	};

	qcom,ghd {
		compatible = "qcom,gladiator-hang-detect";
		qcom,threshold-arr = <0x0f1d141c 0x0f1d1420
				      0x0f1d1424 0x0f1d1428
				      0x0f1d142c 0x0f1d1430>;
		qcom,config-reg = <0x0f1d1434>;
	};

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