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
49 - |
50 #include <dt-bindings/interrupt-controller/arm-gic.h>
53 #address-cells = <1>;
54 #size-cells = <0>;
56 pm8350_temp_alarm: temperature-sensor@a00 {
57 compatible = "qcom,spmi-temp-alarm";
60 #thermal-sensor-cells = <0>;
64 thermal-zones {
65 pm8350_thermal: pm8350c-thermal {
66 polling-delay-passive = <100>;
67 polling-delay = <0>;
68 thermal-sensors = <&pm8350_temp_alarm>;
77 pm8350_crit: pm8350c-crit {