]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: freescale: tqma9352: Fix gpio hog
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 11 Aug 2023 08:53:59 +0000 (10:53 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 20 Sep 2023 15:21:08 +0000 (17:21 +0200)
The PMIC IRQ line is attached to GPIO1_IO03, as indicated by pca9451grp
pinctrl config.

Fixes: c982ecfa7992a ("arm64: dts: freescale: add initial device tree for MBa93xxLA SBC board")
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi

index 1c71c08becde8a939b22c35d51a8212321569220..f6e422dc2663e99702e3a305d7213e6547aa79e5 100644 (file)
@@ -81,7 +81,7 @@
 &gpio1 {
        pmic-irq-hog {
                gpio-hog;
-               gpios = <2 GPIO_ACTIVE_LOW>;
+               gpios = <3 GPIO_ACTIVE_LOW>;
                input;
                line-name = "PMIC_IRQ#";
        };