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

Commit 39d26f23 authored by Channagoud Kadabi's avatar Channagoud Kadabi
Browse files

ARM: dts: msm: Add core and gladiator hang nodes for MSMSKUNK



Core hang driver helps in detecting if any of the CPU is hung and
gladiator hang driver helps to find out ACE and IO coherent bus hang.

Change-Id: I936266ba293aab94e2645eeb438c2479e1cf34f7
Signed-off-by: default avatarChannagoud Kadabi <ckadabi@codeaurora.org>
parent 745af210
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -1142,6 +1142,30 @@
			0x0	/* apps_v6_rt_nhash_size; */
		>;
	};

	qcom,chd_sliver {
		compatible = "qcom,core-hang-detect";
		label = "silver";
		qcom,threshold-arr = <0x17e00058 0x17e10058
		0x17e20058 0x17e30058>;
		qcom,config-arr = <0x17e00060 0x17e10060
		0x17e20060 0x17e30060>;
	};

	qcom,chd_gold {
		compatible = "qcom,core-hang-detect";
		label = "gold";
		qcom,threshold-arr = <0x17e40058 0x17e50058
		0x17e60058 0x17e70058>;
		qcom,config-arr = <0x17e40060 0x17e50060
		0x17e60060 0x17e70060>;
	};

	qcom,ghd {
		compatible = "qcom,gladiator-hang-detect";
		qcom,threshold-arr = <0x1799041c 0x17990420>;
		qcom,config-reg = <0x17990434>;
	};
};

&pcie_0_gdsc {