aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/exynos3250-artik5.dtsi
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-12-10 22:28:55 +0100
committerKrzysztof Kozlowski <krzk@kernel.org>2020-12-29 16:43:56 +0100
commitcb31334687db31c691901269d65074a7ffaecb18 (patch)
tree968cdeb4120e04f4a4acd875278ba0eb2c111782 /arch/arm/boot/dts/exynos3250-artik5.dtsi
parentARM: dts: exynos: use Exynos5420 dedicated USB2 PHY compatible (diff)
downloadlinux-dev-cb31334687db31c691901269d65074a7ffaecb18.tar.xz
linux-dev-cb31334687db31c691901269d65074a7ffaecb18.zip
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
Diffstat (limited to 'arch/arm/boot/dts/exynos3250-artik5.dtsi')
-rw-r--r--arch/arm/boot/dts/exynos3250-artik5.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos3250-artik5.dtsi b/arch/arm/boot/dts/exynos3250-artik5.dtsi
index 04290ec4583a..829c05b2c405 100644
--- a/arch/arm/boot/dts/exynos3250-artik5.dtsi
+++ b/arch/arm/boot/dts/exynos3250-artik5.dtsi
@@ -79,7 +79,7 @@
pmic@66 {
compatible = "samsung,s2mps14-pmic";
interrupt-parent = <&gpx3>;
- interrupts = <5 IRQ_TYPE_NONE>;
+ interrupts = <5 IRQ_TYPE_LEVEL_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&s2mps14_irq>;
reg = <0x66>;