arm64: dts: msm8996: thermal: Add critical interrupt support
authorAmit Kucheria <amit.kucheria@linaro.org>
Tue, 3 Dec 2019 05:23:29 +0000 (10:53 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sun, 29 Dec 2019 06:25:34 +0000 (22:25 -0800)
Register critical interrupts for each of the two tsens controllers

Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Link: https://lore.kernel.org/r/53d8f7b922ec889ed11380896c2a367ae0998db2.1575349416.git.amit.kucheria@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/msm8996.dtsi

index 93ebfaeb957c8ecf44c9ae727f7519a69c1e6218..023dafc6cfd4b9c498bdc8d77e0091021b086473 100644 (file)
                        reg = <0x004a9000 0x1000>, /* TM */
                              <0x004a8000 0x1000>; /* SROT */
                        #qcom,sensors = <13>;
-                       interrupts = <GIC_SPI 458 IRQ_TYPE_LEVEL_HIGH>;
-                       interrupt-names = "uplow";
+                       interrupts = <GIC_SPI 458 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 445 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupt-names = "uplow", "critical";
                        #thermal-sensor-cells = <1>;
                };
 
                        reg = <0x004ad000 0x1000>, /* TM */
                              <0x004ac000 0x1000>; /* SROT */
                        #qcom,sensors = <8>;
-                       interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>;
-                       interrupt-names = "uplow";
+                       interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 430 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupt-names = "uplow", "critical";
                        #thermal-sensor-cells = <1>;
                };