]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
arm64: dts: imx8mq-librem5: correct GPIO hog property
authorKrzysztof Kozlowski <krzk@kernel.org>
Sun, 20 Sep 2020 19:57:47 +0000 (21:57 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 22 Sep 2020 09:06:04 +0000 (17:06 +0800)
Correct the name of property for GPIO specifier in GPIO hog.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi

index 0c13b70192afd5f7ced2ceb5e7efabe01c326faf..e3c6d1272198f3f4106c460d3c8c4b8bb841b02d 100644 (file)
 
        pmic-5v {
                gpio-hog;
-               gpio = <&gpio1 1 GPIO_ACTIVE_HIGH>;
+               gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
                input;
        };
 };