Commit d6f0ce84 authored by Amit Kucheria's avatar Amit Kucheria Committed by Andy Gross

ARM: dts: msm8974: thermal: Add interrupt support

Register upper-lower interrupt for the tsens controller.
Signed-off-by: default avatarAmit Kucheria <amit.kucheria@linaro.org>
Tested-by: default avatarBrian Masney <masneyb@onstation.org>
Signed-off-by: default avatarAndy Gross <agross@kernel.org>
parent ac242e2c
...@@ -441,6 +441,8 @@ tsens: thermal-sensor@fc4a9000 { ...@@ -441,6 +441,8 @@ tsens: thermal-sensor@fc4a9000 {
nvmem-cells = <&tsens_calib>, <&tsens_backup>; nvmem-cells = <&tsens_calib>, <&tsens_backup>;
nvmem-cell-names = "calib", "calib_backup"; nvmem-cell-names = "calib", "calib_backup";
#qcom,sensors = <11>; #qcom,sensors = <11>;
interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "uplow";
#thermal-sensor-cells = <1>; #thermal-sensor-cells = <1>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment