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

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
......@@ -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";
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment