ARM: dts: exynos: correct PMIC interrupt trigger level on Artik 5
[ Upstream commit cb31334687db31c691901269d65074a7ffaecb18 ]
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: b004a34bd0 ("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
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
60f6880c92
commit
d0dbc02ca1
@@ -68,7 +68,7 @@
|
|||||||
s2mps14_pmic@66 {
|
s2mps14_pmic@66 {
|
||||||
compatible = "samsung,s2mps14-pmic";
|
compatible = "samsung,s2mps14-pmic";
|
||||||
interrupt-parent = <&gpx3>;
|
interrupt-parent = <&gpx3>;
|
||||||
interrupts = <5 IRQ_TYPE_NONE>;
|
interrupts = <5 IRQ_TYPE_LEVEL_LOW>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&s2mps14_irq>;
|
pinctrl-0 = <&s2mps14_irq>;
|
||||||
reg = <0x66>;
|
reg = <0x66>;
|
||||||
|
|||||||
Reference in New Issue
Block a user