Commit 997a3e24 authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo
Browse files

arm64: dts: freescale: tqma9352: Fix gpio hog



The PMIC IRQ line is attached to GPIO1_IO03, as indicated by pca9451grp
pinctrl config.

Fixes: c982ecfa ("arm64: dts: freescale: add initial device tree for MBa93xxLA SBC board")
Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e527adfb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ flash0: flash@0 {
&gpio1 {
	pmic-irq-hog {
		gpio-hog;
		gpios = <2 GPIO_ACTIVE_LOW>;
		gpios = <3 GPIO_ACTIVE_LOW>;
		input;
		line-name = "PMIC_IRQ#";
	};