summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dra7.dtsi
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2017-03-09 13:35:56 +0530
committerTony Lindgren <tony@atomide.com>2017-03-24 07:26:38 -0700
commitfb51ae0a11799e985e867dc66eafe47ff6421f6b (patch)
treeb6d2b6a03240ce95573716d0ebc03ee46c98bf3f /arch/arm/boot/dts/dra7.dtsi
parenta761d517bbb1ed223af10be37545ecc7ca859b72 (diff)
downloadop-kernel-dev-fb51ae0a11799e985e867dc66eafe47ff6421f6b.zip
op-kernel-dev-fb51ae0a11799e985e867dc66eafe47ff6421f6b.tar.gz
ARM: dts: DRA7: Thermal: Add slope and offset values
Currently the slope and offset values for calculating the hot spot temperature of a particular thermal zone is part of driver data. Pass them here instead and obtain the values while of node parsing. Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7.dtsi')
-rw-r--r--arch/arm/boot/dts/dra7.dtsi17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index e9dc314..093eff94 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -1996,6 +1996,23 @@
&cpu_thermal {
polling-delay = <500>; /* milliseconds */
+ coefficients = <0 2000>;
+};
+
+&gpu_thermal {
+ coefficients = <0 2000>;
+};
+
+&core_thermal {
+ coefficients = <0 2000>;
+};
+
+&dspeve_thermal {
+ coefficients = <0 2000>;
+};
+
+&iva_thermal {
+ coefficients = <0 2000>;
};
/include/ "dra7xx-clocks.dtsi"
OpenPOWER on IntegriCloud