Lines Matching +full:polling +full:- +full:delay +full:- +full:passive
1 // SPDX-License-Identifier: BSD-3-Clause
7 thermal-zones {
8 pm8550ve-d-thermal {
9 polling-delay-passive = <100>;
11 thermal-sensors = <&pm8550ve_d_temp_alarm>;
17 type = "passive";
28 pm8550ve-f-thermal {
29 polling-delay-passive = <100>;
31 thermal-sensors = <&pm8550ve_f_temp_alarm>;
37 type = "passive";
48 pm8550ve-g-thermal {
49 polling-delay-passive = <100>;
51 thermal-sensors = <&pm8550ve_g_temp_alarm>;
57 type = "passive";
68 pm8550vs-j-thermal {
69 polling-delay-passive = <100>;
71 thermal-sensors = <&pm8550vs_j_temp_alarm>;
77 type = "passive";
93 compatible = "qcom,pm8550ve", "qcom,spmi-pmic";
95 #address-cells = <1>;
96 #size-cells = <0>;
98 pm8550ve_d_temp_alarm: temp-alarm@a00 {
99 compatible = "qcom,spmi-temp-alarm";
102 #thermal-sensor-cells = <0>;
106 compatible = "qcom,pm8550ve-gpio", "qcom,spmi-gpio";
108 gpio-controller;
109 gpio-ranges = <&pm8550ve_d_gpios 0 0 8>;
110 #gpio-cells = <2>;
111 interrupt-controller;
112 #interrupt-cells = <2>;
117 compatible = "qcom,pm8550ve", "qcom,spmi-pmic";
119 #address-cells = <1>;
120 #size-cells = <0>;
122 pm8550ve_f_temp_alarm: temp-alarm@a00 {
123 compatible = "qcom,spmi-temp-alarm";
126 #thermal-sensor-cells = <0>;
130 compatible = "qcom,pm8550ve-gpio", "qcom,spmi-gpio";
132 gpio-controller;
133 gpio-ranges = <&pm8550ve_f_gpios 0 0 6>;
134 #gpio-cells = <2>;
135 interrupt-controller;
136 #interrupt-cells = <2>;
141 compatible = "qcom,pm8550ve", "qcom,spmi-pmic";
143 #address-cells = <1>;
144 #size-cells = <0>;
146 pm8550ve_g_temp_alarm: temp-alarm@a00 {
147 compatible = "qcom,spmi-temp-alarm";
150 #thermal-sensor-cells = <0>;
154 compatible = "qcom,pm8550ve-gpio", "qcom,spmi-gpio";
156 gpio-controller;
157 gpio-ranges = <&pm8550ve_g_gpios 0 0 8>;
158 #gpio-cells = <2>;
159 interrupt-controller;
160 #interrupt-cells = <2>;
166 compatible = "qcom,pm8550vs", "qcom,spmi-pmic";
168 #address-cells = <1>;
169 #size-cells = <0>;
171 pm8550vs_j_temp_alarm: temp-alarm@a00 {
172 compatible = "qcom,spmi-temp-alarm";
175 #thermal-sensor-cells = <0>;
179 compatible = "qcom,pm8550vs-gpio", "qcom,spmi-gpio";
181 gpio-controller;
182 gpio-ranges = <&pm8550vs_j_gpios 0 0 6>;
183 #gpio-cells = <2>;
184 interrupt-controller;
185 #interrupt-cells = <2>;