Commit 7fffadcf authored by Guido Günther's avatar Guido Günther Committed by Shawn Guo
Browse files

arm64: dts: imx8mq-librem5: Hog the correct gpio



There was an additional alias in the specifier it hogged line 27
instead of line 1.

Signed-off-by: default avatarGuido Günther <agx@sigxcpu.org>
Signed-off-by: default avatarMartin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 312a4614
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -286,8 +286,9 @@

	pmic-5v-hog {
		gpio-hog;
		gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
		gpios = <1 GPIO_ACTIVE_HIGH>;
		input;
		lane-mapping = "pmic-5v";
	};
};