arm64: dts: imx8mq-librem5: Fix gpio-hog property
authorFabio Estevam <festevam@denx.de>
Tue, 5 Sep 2023 00:23:03 +0000 (21:23 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 25 Sep 2023 00:38:40 +0000 (08:38 +0800)
The 'lane-mapping' property is not a valid one and cause the following
schema warning:

imx8mq-librem5-r2.dtb: pmic-5v-hog: 'lane-mapping' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/gpio/gpio-hog.yaml#

Replace it with 'line-name'.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Guido Günther <agx@sigxcpu.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi

index 138a4d3..153e46c 100644 (file)
                gpio-hog;
                gpios = <1 GPIO_ACTIVE_HIGH>;
                input;
-               lane-mapping = "pmic-5v";
+               line-name = "pmic-5v";
        };
 };