summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap4460.dtsi
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2017-03-09 13:35:59 +0530
committerTony Lindgren <tony@atomide.com>2017-03-24 07:27:08 -0700
commit80ba72efdffb246af57365f334f4ee743d061953 (patch)
treea8ab2344026bc161453be82d46e2adc9d773cf14 /arch/arm/boot/dts/omap4460.dtsi
parent5379c2dba0d496f18a523bb75e0e845e8487fa9f (diff)
ARM: dts: OMAP4460: 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/omap4460.dtsi')
-rw-r--r--arch/arm/boot/dts/omap4460.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4460.dtsi b/arch/arm/boot/dts/omap4460.dtsi
index ef66e12e0a67..c43f2a2d0a1e 100644
--- a/arch/arm/boot/dts/omap4460.dtsi
+++ b/arch/arm/boot/dts/omap4460.dtsi
@@ -90,4 +90,8 @@
};
+&cpu_thermal {
+ coefficients = <348 (-9301)>;
+};
+
/include/ "omap446x-clocks.dtsi"