ARM: dts: exynos: switch Atmel mxt reset GPIO to active low on P4 Note
authorMartin Jücker <martin.juecker@gmail.com>
Fri, 20 Nov 2020 16:00:54 +0000 (17:00 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Sun, 22 Nov 2020 11:36:11 +0000 (12:36 +0100)
The reset GPIO logic of the Atmel maxtouch driver was changed to be
active low at around the same time P4 Note device tree was accepted into
the kernel.  Adjust the configuration so that the touchscreen is in a
usable state.

Signed-off-by: Martin Jücker <martin.juecker@gmail.com>
Link: https://lore.kernel.org/r/20201120160053.18942-1-martin.juecker@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos4412-p4note.dtsi

index 0f8d4164a977870d656b384357f86b89a76a1269..b2f9d5448a188ae9c82557d7d8993273da902cc7 100644 (file)
                pinctrl-names = "default";
                interrupt-parent = <&gpm2>;
                interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
-               reset-gpios = <&gpm0 4 GPIO_ACTIVE_HIGH>;
+               reset-gpios = <&gpm0 4 GPIO_ACTIVE_LOW>;
        };
 };