Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1311450 > unrolled thread
| Started by | Wei Ni <wni@nvidia.com> |
|---|---|
| First post | 2016-01-18 11:10 +0100 |
| Last post | 2016-01-18 11:10 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH V3 11/11] ARM: tegra: set hw trips for Tegra124 Wei Ni <wni@nvidia.com> - 2016-01-18 11:10 +0100
| From | Wei Ni <wni@nvidia.com> |
|---|---|
| Date | 2016-01-18 11:10 +0100 |
| Subject | [PATCH V3 11/11] ARM: tegra: set hw trips for Tegra124 |
| Message-ID | <qSeV5-7C5-67@gated-at.bofh.it> |
Set cpu and gpu's thermtrip temperatures for Tegra124.
Signed-off-by: Wei Ni <wni@nvidia.com>
---
arch/arm/boot/dts/tegra124.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi
index 68669f791c8b..48de23e41ca4 100644
--- a/arch/arm/boot/dts/tegra124.dtsi
+++ b/arch/arm/boot/dts/tegra124.dtsi
@@ -701,6 +701,15 @@
resets = <&tegra_car 78>;
reset-names = "soctherm";
#thermal-sensor-cells = <1>;
+
+ hw-trip-points {
+ cpu {
+ thermtrip-temperature = <103000>;
+ };
+ gpu {
+ thermtrip-temperature = <101000>;
+ };
+ };
};
dfll: clock@0,70110000 {
--
1.9.1
Back to top | Article view | linux.kernel
csiph-web