summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonghwa Lee <jonghwa3.lee@samsung.com>2014-10-10 16:03:51 +0900
committerJonghwa Lee <jonghwa3.lee@samsung.com>2014-10-10 16:08:20 +0900
commitc16c9f47a5ff27312c71bcceba7be975a1d4158c (patch)
tree275858ffdae2ab435e870fe7f7bd0d90cbd1efe9
parent56a51bfefcdb77d1a8bfd8503ec381aa466491c9 (diff)
downloadlinux-3.10-c16c9f47a5ff27312c71bcceba7be975a1d4158c.tar.gz
linux-3.10-c16c9f47a5ff27312c71bcceba7be975a1d4158c.tar.bz2
linux-3.10-c16c9f47a5ff27312c71bcceba7be975a1d4158c.zip
arm : dts: exynos3250-rinato: Add thermal information to charger-manager.
To make charger-manager to aware the battery thermal, it adds thermal zone name and temperature limitation to the charger-manager's device tree. Change-Id: Idd804d7ecd1ca5084786d164f2f53f2ad3fa0dd0 Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
-rw-r--r--arch/arm/boot/dts/exynos3250-rinato.dts3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos3250-rinato.dts
index 4e3d0ab8092..33e0b3580b3 100644
--- a/arch/arm/boot/dts/exynos3250-rinato.dts
+++ b/arch/arm/boot/dts/exynos3250-rinato.dts
@@ -71,6 +71,9 @@
cm-fuel-gauge = "max17040";
+ cm-thermal-zone = "battery";
+ cm-battery-hot = <600>;
+
cm-charging-max = <21600000>; /* 60 hours */
cm-discharging-max = <300000>; /* 5 minutes */