summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-10-15 01:19:56 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-15 01:19:55 -0700
commitb5602aede465554c4ec6644671a48c75c45970bd (patch)
treeef0ff981279dc22791200ee478f8ac316434d7be /arch
parent0f9ddd3093347692713a9a9ad9dc486029db5500 (diff)
parent90c2d5300ee2bc1dafae9be7225dd61540cffef7 (diff)
Merge "soc: qcom: core_hang: Separate sysfs entry for silver and gold cluster"
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/qcom/msmcobalt.dtsi16
1 files changed, 12 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt.dtsi b/arch/arm/boot/dts/qcom/msmcobalt.dtsi
index 26822da607de..b21e2dcf8c1a 100644
--- a/arch/arm/boot/dts/qcom/msmcobalt.dtsi
+++ b/arch/arm/boot/dts/qcom/msmcobalt.dtsi
@@ -1135,13 +1135,21 @@
qcom,firmware-name = "ipa_fws";
};
- qcom,chd {
+ qcom,chd_silver {
compatible = "qcom,core-hang-detect";
+ label = "silver";
qcom,threshold-arr = <0x179880b0 0x179980b0
- 0x179a80b0 0x179b80b0 0x178880b0 0x178980b0
- 0x178a80b0 0x178b80b0>;
+ 0x179a80b0 0x179b80b0>;
qcom,config-arr = <0x179880b8 0x179980b8
- 0x179a80b8 0x179b80b8 0x178880b8 0x178980b8
+ 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>;
};