Commit 809b3c51 authored by Amit Kucheria's avatar Amit Kucheria Committed by Bjorn Andersson

arm64: dts: msm8916: thermal: Add interrupt support

Register upper-lower interrupt for the tsens controller.
Signed-off-by: default avatarAmit Kucheria <amit.kucheria@linaro.org>
Link: https://lore.kernel.org/r/88eff964b708c8aff57b24370d2e14389ace09e9.1572526427.git.amit.kucheria@linaro.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent aeae948f
...@@ -816,6 +816,8 @@ tsens: thermal-sensor@4a9000 { ...@@ -816,6 +816,8 @@ tsens: thermal-sensor@4a9000 {
nvmem-cells = <&tsens_caldata>, <&tsens_calsel>; nvmem-cells = <&tsens_caldata>, <&tsens_calsel>;
nvmem-cell-names = "calib", "calib_sel"; nvmem-cell-names = "calib", "calib_sel";
#qcom,sensors = <5>; #qcom,sensors = <5>;
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