mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
arm64: dts: exynos: correct S3FWRN5 NFC interrupt trigger level on TM2
The S3FWRN5 datasheet describe the interrupt line as rising edge. The current configuration as level high, could cause spurious interrupts. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20201210211859.215047-1-krzk@kernel.org
This commit is contained in:
@@ -793,7 +793,7 @@
|
||||
compatible = "samsung,s3fwrn5-i2c";
|
||||
reg = <0x27>;
|
||||
interrupt-parent = <&gpa1>;
|
||||
interrupts = <3 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupts = <3 IRQ_TYPE_EDGE_RISING>;
|
||||
en-gpios = <&gpf1 4 GPIO_ACTIVE_HIGH>;
|
||||
wake-gpios = <&gpj0 2 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user