Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: correct PMIC interrupt trigger level on Artik 5

The Samsung PMIC datasheets describe the interrupt line as active low
with a requirement of acknowledge from the CPU. Without specifying the
interrupt type in Devicetree, kernel might apply some fixed
configuration, not necessarily working for this hardware.

Fixes: b004a34bd0ff ("ARM: dts: exynos: Add exynos3250-artik5 dtsi file for ARTIK5 module")
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>
Link: https://lore.kernel.org/r/20201210212903.216728-1-krzk@kernel.org

+1 -1
+1 -1
arch/arm/boot/dts/exynos3250-artik5.dtsi
··· 79 79 pmic@66 { 80 80 compatible = "samsung,s2mps14-pmic"; 81 81 interrupt-parent = <&gpx3>; 82 - interrupts = <5 IRQ_TYPE_NONE>; 82 + interrupts = <5 IRQ_TYPE_LEVEL_LOW>; 83 83 pinctrl-names = "default"; 84 84 pinctrl-0 = <&s2mps14_irq>; 85 85 reg = <0x66>;