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>
This commit is contained in:
Krzysztof Kozlowski 2015-06-07 13:21:00 +09:00 коммит произвёл Kukjin Kim
Родитель dc929d49dc
Коммит 82449f23d8
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -190,6 +190,9 @@
interrupt-parent = <&gpx2>; interrupt-parent = <&gpx2>;
interrupts = <3 IRQ_TYPE_EDGE_FALLING>; interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
reg = <0x36>; reg = <0x36>;
maxim,over-heat-temp = <700>;
maxim,over-volt = <4500>;
}; };
}; };