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

Commit 12f20880 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add core hang detection to dt for Shima"

parents 3b1ab8a6 f982a9bb
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -831,6 +831,15 @@
				  <WAKE_TCS    1>,
				  <CONTROL_TCS 0>;
	};

	qcom,chd {
		compatible = "qcom,core-hang-detect";
		label = "core";
		qcom,threshold-arr = <0x18000058 0x18010058 0x18020058 0x18030058
				0x18040058 0x18050058 0x18060058 0x18070058>;
		qcom,config-arr = <0x18000060 0x18010060 0x18020060 0x18030060
				0x18040060 0x18050060 0x18060060 0x18070060>;
	};
};

#include "shima-pinctrl.dtsi"