diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2015-06-07 13:21:00 +0900 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-07-21 12:55:01 +0900 |
commit | 82449f23d8636c094be948741fd935532f104bd6 (patch) | |
tree | 276c5fccb10658cb6fb746e664df2748e3defab3 /arch/arm | |
parent | dc929d49dce577149157f0676973e5eafbbdc098 (diff) | |
download | blackbird-obmc-linux-82449f23d8636c094be948741fd935532f104bd6.tar.gz blackbird-obmc-linux-82449f23d8636c094be948741fd935532f104bd6.zip |
ARM: dts: Set max17047 over heat and voltage thresholds for exynos4412-trats2
Add some safe values for over heat and over voltage. The Trats2 uses
3.8 V battery and during testing it operated properly under 4.48 V.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-trats2.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts index afc199d78cb9..884840059018 100644 --- a/arch/arm/boot/dts/exynos4412-trats2.dts +++ b/arch/arm/boot/dts/exynos4412-trats2.dts @@ -190,6 +190,9 @@ interrupt-parent = <&gpx2>; interrupts = <3 IRQ_TYPE_EDGE_FALLING>; reg = <0x36>; + + maxim,over-heat-temp = <700>; + maxim,over-volt = <4500>; }; }; |