mt7986a.dtsi (9a5a14948574ee09f339990cab69b4ab997d2f7d) | mt7986a.dtsi (5012eb028032c62f1c68bc0765b46f830a194443) |
---|---|
1// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2/* 3 * Copyright (C) 2021 MediaTek Inc. 4 * Author: Sam.Shih <sam.shih@mediatek.com> 5 */ 6 7#include <dt-bindings/interrupt-controller/irq.h> 8#include <dt-bindings/interrupt-controller/arm-gic.h> --- 596 unchanged lines hidden (view full) --- 605 606 thermal-zones { 607 cpu_thermal: cpu-thermal { 608 polling-delay-passive = <1000>; 609 polling-delay = <1000>; 610 thermal-sensors = <&thermal 0>; 611 612 trips { | 1// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2/* 3 * Copyright (C) 2021 MediaTek Inc. 4 * Author: Sam.Shih <sam.shih@mediatek.com> 5 */ 6 7#include <dt-bindings/interrupt-controller/irq.h> 8#include <dt-bindings/interrupt-controller/arm-gic.h> --- 596 unchanged lines hidden (view full) --- 605 606 thermal-zones { 607 cpu_thermal: cpu-thermal { 608 polling-delay-passive = <1000>; 609 polling-delay = <1000>; 610 thermal-sensors = <&thermal 0>; 611 612 trips { |
613 cpu_trip_crit: crit { 614 temperature = <125000>; 615 hysteresis = <2000>; 616 type = "critical"; 617 }; 618 619 cpu_trip_hot: hot { 620 temperature = <120000>; 621 hysteresis = <2000>; 622 type = "hot"; 623 }; 624 |
|
613 cpu_trip_active_high: active-high { 614 temperature = <115000>; 615 hysteresis = <2000>; 616 type = "active"; 617 }; 618 | 625 cpu_trip_active_high: active-high { 626 temperature = <115000>; 627 hysteresis = <2000>; 628 type = "active"; 629 }; 630 |
619 cpu_trip_active_low: active-low { | 631 cpu_trip_active_med: active-med { |
620 temperature = <85000>; 621 hysteresis = <2000>; 622 type = "active"; 623 }; 624 | 632 temperature = <85000>; 633 hysteresis = <2000>; 634 type = "active"; 635 }; 636 |
625 cpu_trip_passive: passive { 626 temperature = <40000>; | 637 cpu_trip_active_low: active-low { 638 temperature = <60000>; |
627 hysteresis = <2000>; | 639 hysteresis = <2000>; |
628 type = "passive"; | 640 type = "active"; |
629 }; 630 }; 631 }; 632 }; 633}; | 641 }; 642 }; 643 }; 644 }; 645}; |