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:
parent
dc929d49dc
commit
82449f23d8
|
@ -190,6 +190,9 @@
|
|||
interrupt-parent = <&gpx2>;
|
||||
interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
|
||||
reg = <0x36>;
|
||||
|
||||
maxim,over-heat-temp = <700>;
|
||||
maxim,over-volt = <4500>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue