diff options
author | Keerthy <j-keerthy@ti.com> | 2017-03-09 13:35:59 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-03-24 07:27:08 -0700 |
commit | 80ba72efdffb246af57365f334f4ee743d061953 (patch) | |
tree | a8ab2344026bc161453be82d46e2adc9d773cf14 | |
parent | 5379c2dba0d496f18a523bb75e0e845e8487fa9f (diff) | |
download | op-kernel-dev-80ba72efdffb246af57365f334f4ee743d061953.zip op-kernel-dev-80ba72efdffb246af57365f334f4ee743d061953.tar.gz |
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>
-rw-r--r-- | arch/arm/boot/dts/omap4460.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4460.dtsi b/arch/arm/boot/dts/omap4460.dtsi index ef66e12..c43f2a2 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" |