diff options
author | Amit Kucheria <[email protected]> | 2019-10-21 16:05:31 +0530 |
---|---|---|
committer | Andy Gross <[email protected]> | 2019-10-27 01:06:49 -0500 |
commit | d6f0ce84739af8a87ad16a294024937565ffd19c (patch) | |
tree | 225c4c9122c0a6f3711ccc0c344dc98694b9d030 | |
parent | ac242e2cfd14f5be99fc2e6888702d02099d2f91 (diff) |
ARM: dts: msm8974: thermal: Add interrupt support
Register upper-lower interrupt for the tsens controller.
Signed-off-by: Amit Kucheria <[email protected]>
Tested-by: Brian Masney <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8974.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi index 39a3a1d63889..19a03c447f0d 100644 --- a/arch/arm/boot/dts/qcom-msm8974.dtsi +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi @@ -441,6 +441,8 @@ nvmem-cells = <&tsens_calib>, <&tsens_backup>; nvmem-cell-names = "calib", "calib_backup"; #qcom,sensors = <11>; + interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>; + interrupt-names = "uplow"; #thermal-sensor-cells = <1>; }; |