Lines Matching +full:temp +full:- +full:alarm
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/thermal/qcom,spmi-temp-alarm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm QPNP PMIC Temperature Alarm
10 - Bjorn Andersson <bjorn.andersson@linaro.org>
13 QPNP temperature alarm peripherals are found inside of Qualcomm PMIC chips
18 - $ref: thermal-sensor.yaml#
22 const: qcom,spmi-temp-alarm
30 io-channels:
32 - description: ADC channel, which reports chip die temperature
34 io-channel-names:
36 - const: thermal
38 '#thermal-sensor-cells':
42 - compatible
43 - reg
44 - interrupts
45 - '#thermal-sensor-cells'
50 - |
51 #include <dt-bindings/interrupt-controller/arm-gic.h>
54 #address-cells = <1>;
55 #size-cells = <0>;
57 pm8350_temp_alarm: temperature-sensor@a00 {
58 compatible = "qcom,spmi-temp-alarm";
61 #thermal-sensor-cells = <0>;
65 thermal-zones {
66 pm8350_thermal: pm8350c-thermal {
67 polling-delay-passive = <100>;
68 polling-delay = <0>;
69 thermal-sensors = <&pm8350_temp_alarm>;
78 pm8350_crit: pm8350c-crit {