From f982a9bb940e79da28eceeb43118ff2cb014ed7e Mon Sep 17 00:00:00 2001 From: Mukesh Ojha Date: Mon, 24 Feb 2020 17:40:51 +0530 Subject: [PATCH] ARM: dts: msm: Add core hang detection to dt for Shima Add qcom,msm-hang-detect to device tree to enable MSM Core Hang Detection on all cores. Changed from 2 nodes (one for each of silver and gold) to 1 node because that's semantically correct for the driver. Change-Id: I063d7cc244a0b5d12971f393f45053914fa53179 --- qcom/shima.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/qcom/shima.dtsi b/qcom/shima.dtsi index 490064c4..6ff18e64 100644 --- a/qcom/shima.dtsi +++ b/qcom/shima.dtsi @@ -831,6 +831,15 @@ , ; }; + + 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"