From 0783f5922cf1512d3796ce2c12cf8aeaf9e0f43b Mon Sep 17 00:00:00 2001 From: Ram Chandrasekar Date: Fri, 15 Apr 2016 15:54:08 -0600 Subject: [PATCH] ARM: dts: msm: Configure lmh hardware for msmcobalt 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. CRs-Fixed: 1010120 Change-Id: I56a8396a12e9b96cbed554bb1aed5d6243e6240a Signed-off-by: Ram Chandrasekar --- arch/arm/boot/dts/qcom/msmcobalt.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/qcom/msmcobalt.dtsi b/arch/arm/boot/dts/qcom/msmcobalt.dtsi index cd4862e4d2ba..89982df945a5 100644 --- a/arch/arm/boot/dts/qcom/msmcobalt.dtsi +++ b/arch/arm/boot/dts/qcom/msmcobalt.dtsi @@ -1914,6 +1914,11 @@ qcom,hotplug-mitigation-enable; }; + qcom,lmh { + compatible = "qcom,lmh_v1"; + interrupts = <0 6 4>; + }; + qcom,msm-thermal { compatible = "qcom,msm-thermal"; qcom,sensor-id = <1>;