diff options
| author | Ram Chandrasekar <rkumbako@codeaurora.org> | 2016-04-15 15:54:08 -0600 |
|---|---|---|
| committer | Jeevan Shriram <jshriram@codeaurora.org> | 2016-05-10 13:20:02 -0700 |
| commit | 0783f5922cf1512d3796ce2c12cf8aeaf9e0f43b (patch) | |
| tree | 4191608c87608c6ae17f4acb20077eea8f604334 | |
| parent | 893d871ec5733525d18cdcd58b9bb40d2d7633c0 (diff) | |
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 <rkumbako@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmcobalt.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
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>; |
