summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-09-20 21:57:47 +0200
committerShawn Guo <shawnguo@kernel.org>2020-09-22 17:06:04 +0800
commit912a6e2ef6dd895929e910e1c4025a0f34b743b6 (patch)
tree11b555971a6ba1382980696678cd92ec488d6429 /arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
parentac938aa9aec46db5914b089a8d3f018f2b37ec79 (diff)
downloadlinux-912a6e2ef6dd895929e910e1c4025a0f34b743b6.tar.bz2
arm64: dts: imx8mq-librem5: correct GPIO hog property
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>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
index 0c13b70192af..e3c6d1272198 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
@@ -252,7 +252,7 @@
pmic-5v {
gpio-hog;
- gpio = <&gpio1 1 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
input;
};
};