arm64: dts: imx8mq-librem5: Hog the correct gpio
authorGuido Günther <agx@sigxcpu.org>
Mon, 15 Mar 2021 08:35:29 +0000 (09:35 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 29 Mar 2021 01:49:57 +0000 (09:49 +0800)
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>
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi

index 2d24830..460ef0d 100644 (file)
 
        pmic-5v-hog {
                gpio-hog;
-               gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
+               gpios = <1 GPIO_ACTIVE_HIGH>;
                input;
+               lane-mapping = "pmic-5v";
        };
 };