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: Guido Günther <agx@sigxcpu.org>
Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Guido Günther
2021-03-15 09:35:29 +01:00
committed by Shawn Guo
parent 312a461485
commit 7fffadcf72

View File

@@ -286,8 +286,9 @@ &gpio1 {
pmic-5v-hog {
gpio-hog;
gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
gpios = <1 GPIO_ACTIVE_HIGH>;
input;
lane-mapping = "pmic-5v";
};
};