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

Commit 08a67b4b authored by Jeevan Shriram's avatar Jeevan Shriram
Browse files

ARM: dts: msm: Add CPUSS core hang dt node for sdmshrike



Add device tree nodes to enable and detect if any CPU is hung.

Change-Id: Idd7c2fdcf4886e119800e30f2283cf2f62916b8e
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent 4e1f224d
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -656,6 +656,24 @@
		};
	};

	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>;
	};

	qcom,llcc@9200000 {
		compatible = "qcom,llcc-core", "syscon", "simple-mfd";
		reg = <0x9200000 0x450000>;