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

Commit fadc7631 authored by Shreyas K K's avatar Shreyas K K
Browse files

ARM: dts: msm: Add core-hang detect nodes to SDMSHRIKE

Add core-hang detect nodes for silver and gold cores
on SDMSHRIKE.

Change-Id: Ie6f73a8bf3e5bf405b845089676fb4be0fd71cd1
parent bdb34249
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -1922,6 +1922,24 @@
		qcom,firmware-name = "venus";
		memory-region = <&pil_video_mem>;
	};

	qcom,chd_silver {
		compatible = "qcom,core-hang-detect";
		label = "silver";
		qcom,threshold-arr = <0x18000058 0x18010058
					0x18020058 0x18030058>;
		qcom,config-arr = <0x18000060 0x18010060
					0x18020060 0x18030060>;
	};

	qcom,chd_gold {
		compatible = "qcom,core-hang-detect";
		label = "gold";
		qcom,threshold-arr = <0x18040058 0x18050058
					0x18060058 0x18070058>;
		qcom,config-arr = <0x18040060 0x18050060
					0x18060060 0x18070060>;
	};
};

#include "sdmshrike-pinctrl.dtsi"