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

Commit fd73eb1d authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar
Browse files

ARM: dts: msm: Add core hang detection devicetree nodes for Kona.



Core hang detect driver enables hang detection by configuring
threshold time and PMU event mux select. Add device tree node
for gold and silver cores to enable core hang detection.

Change-Id: I4b0971ec658bd804ac8aef71183ebd6acf24e79b
Signed-off-by: default avatarRishabh Bhatnagar <rishabhb@codeaurora.org>
parent 02c2e621
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -340,6 +340,24 @@
		interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
	};

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

	cache-controller@9200000 {
		compatible = "qcom,kona-llcc";
		reg = <0x9200000 0x1d0000> , <0x9600000 0x50000>;