Skip to content

Commit 997a3e2

Browse files
tq-steinaShawn Guo
authored andcommitted
arm64: dts: freescale: tqma9352: Fix gpio hog
The PMIC IRQ line is attached to GPIO1_IO03, as indicated by pca9451grp pinctrl config. Fixes: c982ecf ("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>
1 parent e527adf commit 997a3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
&gpio1 {
8282
pmic-irq-hog {
8383
gpio-hog;
84-
gpios = <2 GPIO_ACTIVE_LOW>;
84+
gpios = <3 GPIO_ACTIVE_LOW>;
8585
input;
8686
line-name = "PMIC_IRQ#";
8787
};

0 commit comments

Comments
 (0)