Lines Matching +full:polling +full:- +full:delay
1 // SPDX-License-Identifier: BSD-3-Clause
6 #include <dt-bindings/interrupt-controller/irq.h>
7 #include <dt-bindings/spmi/spmi.h>
10 thermal-zones {
11 pm8010-m-thermal {
12 polling-delay-passive = <100>;
13 polling-delay = <0>;
15 thermal-sensors = <&pm8010_m_temp_alarm>;
32 pm8010-n-thermal {
33 polling-delay-passive = <100>;
34 polling-delay = <0>;
36 thermal-sensors = <&pm8010_n_temp_alarm>;
58 compatible = "qcom,pm8010", "qcom,spmi-pmic";
60 #address-cells = <1>;
61 #size-cells = <0>;
63 pm8010_m_temp_alarm: temp-alarm@2400 {
64 compatible = "qcom,spmi-temp-alarm";
67 #thermal-sensor-cells = <0>;
72 compatible = "qcom,pm8010", "qcom,spmi-pmic";
74 #address-cells = <1>;
75 #size-cells = <0>;
77 pm8010_n_temp_alarm: temp-alarm@2400 {
78 compatible = "qcom,spmi-temp-alarm";
81 #thermal-sensor-cells = <0>;