]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: freescale: imx93-tqma9352: Remove unneeded GPIO hog
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Wed, 14 May 2025 09:41:28 +0000 (11:41 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 13 Jun 2025 01:52:21 +0000 (09:52 +0800)
Starting with commit e6ef4f8ede09f ("gpio: vf610: make irq_chip immutable")
gpio-vf610 supports locking GPIO being used for IRQ. This already prevents
configuring the GPIO as output, so there is no need for a GPIO hog.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi

index 09385b058664c34054ebf2b5ae37ddada62058a3..c2e9c126bd261d35e37b15ded0581d5e56125a6a 100644 (file)
        };
 };
 
-&gpio1 {
-       pmic-irq-hog {
-               gpio-hog;
-               gpios = <3 GPIO_ACTIVE_LOW>;
-               input;
-               line-name = "PMIC_IRQ#";
-       };
-};
-
 &lpi2c1 {
        clock-frequency = <400000>;
        pinctrl-names = "default", "sleep";