summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>2016-12-15 15:38:23 +0530
committerManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>2016-12-21 17:51:07 +0530
commitcf0c68c29a1eba1642921a6cca3a6e819611ee3c (patch)
tree8d6978ebff4c690975db75079f5ba83488386529
parent65f2f71b1ff51236ce1034cd92810da0d0e0969b (diff)
ARM: dts: msm: Configure lmh hardware for msmtriton
Configure the limits hardware with the interrupt to listen for. Limits hardware driver will interact with the trustzone to get throttling information from the hardware. Change-Id: I780f9187256596d6f5d93b3847dc98a3c410a51e Signed-off-by: Manaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
-rw-r--r--arch/arm/boot/dts/qcom/msmtriton.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmtriton.dtsi b/arch/arm/boot/dts/qcom/msmtriton.dtsi
index 958536fc05a4..f115539a7a61 100644
--- a/arch/arm/boot/dts/qcom/msmtriton.dtsi
+++ b/arch/arm/boot/dts/qcom/msmtriton.dtsi
@@ -621,6 +621,11 @@
};
};
+ qcom,lmh {
+ compatible = "qcom,lmh_v1";
+ interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
+ };
+
wdog: qcom,wdt@17817000 {
status = "disabled";
compatible = "qcom,msm-watchdog";