Lines Matching +full:cpu0 +full:- +full:thermal
4 - compatible : "rockchip,rk3288-tsadc"
5 - reg : physical base address of the controller and length of memory mapped
7 - interrupts : The interrupt number to the cpu. The interrupt specifier format
9 - clocks : Must contain an entry for each entry in clock-names.
10 - clock-names : Shall be "tsadc" for the converter-clock, and "apb_pclk" for
12 - resets : Must contain an entry for each entry in reset-names.
14 - reset-names : Must include the name "tsadc-apb".
15 - #thermal-sensor-cells : Should be 1. See ./thermal.txt for a description.
16 - rockchip,hw-tshut-temp : The hardware-controlled shutdown temperature value.
17 - rockchip,hw-tshut-mode : The hardware-controlled shutdown mode 0:CRU 1:GPIO.
18 - rockchip,hw-tshut-polarity : The hardware-controlled active polarity 0:LOW
23 compatible = "rockchip,rk3288-tsadc";
27 clock-names = "tsadc", "apb_pclk";
29 reset-names = "tsadc-apb";
30 pinctrl-names = "default";
31 pinctrl-0 = <&otp_out>;
32 #thermal-sensor-cells = <1>;
33 rockchip,hw-tshut-temp = <95000>;
34 rockchip,hw-tshut-mode = <0>;
35 rockchip,hw-tshut-polarity = <0>;
38 Example: referring to thermal sensors:
39 thermal-zones {
41 polling-delay-passive = <1000>; /* milliseconds */
42 polling-delay = <5000>; /* milliseconds */
45 thermal-sensors = <&tsadc 1>;
60 cooling-maps {
63 cooling-device =
64 <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;