]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: freescale: verdin-imx8mm: fix atmel_mxt_ts reset polarity
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Fri, 12 Aug 2022 21:39:04 +0000 (23:39 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 22 Aug 2022 02:07:34 +0000 (10:07 +0800)
Fix reset GPIO polarity in-line with the following commit feedaacdadfc
("Input: atmel_mxt_ts - fix up inverted RESET handler").

Fixes: 6a57f224f734 ("arm64: dts: freescale: add initial support for verdin imx8m mini")
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi

index 18ee5a2e6007f89b1a4861b840a39ac2be616d23..b379c461aa13c35c2e4db081f00ae431037b03fd 100644 (file)
                pinctrl-0 = <&pinctrl_gpio_9_dsi>, <&pinctrl_i2s_2_bclk_touch_reset>;
                reg = <0x4a>;
                /* Verdin I2S_2_BCLK (TOUCH_RESET#, SODIMM 42) */
-               reset-gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
+               reset-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>;
                status = "disabled";
        };