ARM: dts: msm: Enable core hang detect feature on msmfalcon
Add core hang detect node for msmfalcon which enables the core hang detect feature. Enable the same for msmtriton also. Change-Id: I108451bae429c8e4c858f7f549c4202f3d59a6d2 Signed-off-by: Venkatesh Yadav Abbarapu <vabbar@codeaurora.org>
This commit is contained in:
parent
69352ff8b4
commit
57e1de214a
2 changed files with 36 additions and 0 deletions
|
@ -1544,6 +1544,24 @@
|
|||
clocks = <&clock_gcc GCC_PRNG_AHB_CLK>;
|
||||
clock-names = "iface_clk";
|
||||
};
|
||||
|
||||
qcom,chd_silver {
|
||||
compatible = "qcom,core-hang-detect";
|
||||
label = "silver";
|
||||
qcom,threshold-arr = <0x179880b0 0x179980b0
|
||||
0x179a80b0 0x179b80b0>;
|
||||
qcom,config-arr = <0x179880b8 0x179980b8
|
||||
0x179a80b8 0x179b80b8>;
|
||||
};
|
||||
|
||||
qcom,chd_gold {
|
||||
compatible = "qcom,core-hang-detect";
|
||||
label = "gold";
|
||||
qcom,threshold-arr = <0x178880b0 0x178980b0
|
||||
0x178a80b0 0x178b80b0>;
|
||||
qcom,config-arr = <0x178880b8 0x178980b8
|
||||
0x178a80b8 0x178b80b8>;
|
||||
};
|
||||
};
|
||||
|
||||
#include "msmfalcon-ion.dtsi"
|
||||
|
|
|
@ -959,6 +959,24 @@
|
|||
qcom,irq-is-percpu;
|
||||
interrupts = <1 6 4>;
|
||||
};
|
||||
|
||||
qcom,chd_silver {
|
||||
compatible = "qcom,core-hang-detect";
|
||||
label = "silver";
|
||||
qcom,threshold-arr = <0x179880b0 0x179980b0
|
||||
0x179a80b0 0x179b80b0>;
|
||||
qcom,config-arr = <0x179880b8 0x179980b8
|
||||
0x179a80b8 0x179b80b8>;
|
||||
};
|
||||
|
||||
qcom,chd_gold {
|
||||
compatible = "qcom,core-hang-detect";
|
||||
label = "gold";
|
||||
qcom,threshold-arr = <0x178880b0 0x178980b0
|
||||
0x178a80b0 0x178b80b0>;
|
||||
qcom,config-arr = <0x178880b8 0x178980b8
|
||||
0x178a80b8 0x178b80b8>;
|
||||
};
|
||||
};
|
||||
|
||||
#include "msmtriton-ion.dtsi"
|
||||
|
|
Loading…
Add table
Reference in a new issue