--- zzzz-none-000/linux-5.4.213/Documentation/devicetree/bindings/thermal/qcom-tsens.txt 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/Documentation/devicetree/bindings/thermal/qcom-tsens.txt 2024-05-29 11:19:50.000000000 +0000 @@ -25,12 +25,16 @@ - Refer to Documentation/devicetree/bindings/nvmem/nvmem.txt to know how to specify nvmem cells +Optional properties: +- interrupts: Interrupt which gets triggered when threshold is hit + Example 1 (legacy support before a fallback tsens-v2 property was introduced): tsens: thermal-sensor@900000 { compatible = "qcom,msm8916-tsens"; reg = <0x4a8000 0x2000>; nvmem-cells = <&tsens_caldata>, <&tsens_calsel>; nvmem-cell-names = "caldata", "calsel"; + interrupts = <0 178 0>; #thermal-sensor-cells = <1>; };