summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>2016-10-25 20:23:43 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2016-12-11 21:55:12 -0800
commitb4b3b9b16ae3320164808faf1d98fdc8821196d4 (patch)
tree22bf36ad07ff15893543b6f84ce6d970af369504 /arch/arm
parenta80e267a8c0d61790c3d1d5f7181ebd1be39c438 (diff)
ARM: dts: msm: Configure lmh hardware for msmfalcon
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: I295ea05892075c43d389b3b9a20ea4f68daeba3b Signed-off-by: Manaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/qcom/msmfalcon.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmfalcon.dtsi b/arch/arm/boot/dts/qcom/msmfalcon.dtsi
index 572a896ad795..86dda25a21e4 100644
--- a/arch/arm/boot/dts/qcom/msmfalcon.dtsi
+++ b/arch/arm/boot/dts/qcom/msmfalcon.dtsi
@@ -706,6 +706,11 @@
};
};
+ qcom,lmh {
+ compatible = "qcom,lmh_v1";
+ interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
+ };
+
qcom,msm-core@780000 {
compatible = "qcom,apss-core-ea";
reg = <0x780000 0x1000>;