From: Guido Günther Date: Mon, 15 Mar 2021 08:35:29 +0000 (+0100) Subject: arm64: dts: imx8mq-librem5: Hog the correct gpio X-Git-Tag: accepted/tizen/unified/20230118.172025~7408^2~45^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7fffadcf7218f17deed66b57dbbc37487f442964;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Martin Kepplinger Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi index 2d24830..460ef0d 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi @@ -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"; }; };