Lines Matching +full:high +full:- +full:threshold
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/thermal/qcom-lmh.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Thara Gopinath <thara.gopinath@gmail.com>
21 - qcom,sc8180x-lmh
22 - qcom,sdm845-lmh
23 - qcom,sm8150-lmh
27 - description: core registers
32 '#interrupt-cells':
35 interrupt-controller: true
42 qcom,lmh-temp-arm-millicelsius:
44 An integer expressing temperature threshold at which the LMh thermal
47 qcom,lmh-temp-low-millicelsius:
49 An integer expressing temperature threshold at which the state machine
52 qcom,lmh-temp-high-millicelsius:
54 An integer expressing temperature threshold at which the state machine
58 - compatible
59 - reg
60 - interrupts
61 - '#interrupt-cells'
62 - interrupt-controller
63 - cpus
64 - qcom,lmh-temp-arm-millicelsius
65 - qcom,lmh-temp-low-millicelsius
66 - qcom,lmh-temp-high-millicelsius
71 - |
72 #include <dt-bindings/interrupt-controller/arm-gic.h>
75 compatible = "qcom,sdm845-lmh";
79 qcom,lmh-temp-arm-millicelsius = <65000>;
80 qcom,lmh-temp-low-millicelsius = <94500>;
81 qcom,lmh-temp-high-millicelsius = <95000>;
82 interrupt-controller;
83 #interrupt-cells = <1>;