Lines Matching +full:cooling +full:- +full:maps
4 - compatible : "pwm-fan"
5 - pwms : the PWM that is used to control the PWM fan
6 - cooling-levels : PWM duty cycle values in a range from 0 to 255
7 which correspond to thermal cooling states
10 - fan-supply : phandle to the regulator that provides power to the fan
11 - interrupts : This contains an interrupt specifier for each fan
16 interrupt-controller/interrupts.txt for the format.
17 - pulses-per-revolution : define the number of pulses per fan revolution for
23 fan0: pwm-fan {
24 compatible = "pwm-fan";
25 #cooling-cells = <2>;
27 cooling-levels = <0 102 170 230>;
30 thermal-zones {
31 cpu_thermal: cpu-thermal {
32 thermal-sensors = <&tmu 0>;
33 polling-delay-passive = <0>;
34 polling-delay = <0>;
36 cpu_alert1: cpu-alert1 {
42 cooling-maps {
45 cooling-device = <&fan0 0 1>;
51 fan0: pwm-fan {
52 compatible = "pwm-fan";
54 fan-supply = <®_fan>;
55 interrupt-parent = <&gpio5>;
57 pulses-per-revolution = <2>;
61 fan0: pwm-fan {
62 compatible = "pwm-fan";
64 interrupts-extended = <&gpio1 1 IRQ_TYPE_EDGE_FALLING>,
66 pulses-per-revolution = <2>, <1>;