diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2015-07-15 18:47:09 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-12-14 13:46:49 +0900 |
commit | 0fdf432c5a829084c17cc0ff9125a50f2f427276 (patch) | |
tree | 49f0b4da5f772c350a5dd89920416cfc6a102cee /arch | |
parent | 0ad5a2871f34ff20c06a37102fff4d0d5ea17ed6 (diff) |
LOCAL / arm64: dts: exynos5433-tm2: Extend the permitted temperature of battery charging (40 -> 50)
This patch extend the permitted temperature of battery charging from 40
millicelsius to 50 millicelsius because of applying the thermal management unit
for G3D and big.LITTLE cores.
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts index 9583c5e318c2..43acf6d85d7d 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts @@ -102,7 +102,7 @@ cm-fuel-gauge = "max77843-fuelgauge"; cm-thermal-zone = "battery"; - cm-battery-hot = <400>; + cm-battery-hot = <500>; cm-charging-max = <21600000>; /* 60 hours */ cm-discharging-max = <300000>; /* 5 minutes */ |