mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
ARM: dts: exynos: correct fuel gauge interrupt trigger level on GT-I9100
[ Upstream commit4679980213] The Maxim fuel gauge datasheets describe the interrupt line as active low with a requirement of acknowledge from the CPU. The falling edge interrupt will mostly work but it's not correct. Fixes:8620cc2f99("ARM: dts: exynos: Add devicetree file for the Galaxy S2") Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20201210212534.216197-1-krzk@kernel.org Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
dff20fb279
commit
41fdefb351
|
|
@ -136,7 +136,7 @@ battery@36 {
|
||||||
compatible = "maxim,max17042";
|
compatible = "maxim,max17042";
|
||||||
|
|
||||||
interrupt-parent = <&gpx2>;
|
interrupt-parent = <&gpx2>;
|
||||||
interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
|
interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
|
||||||
|
|
||||||
pinctrl-0 = <&max17042_fuel_irq>;
|
pinctrl-0 = <&max17042_fuel_irq>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user