diff options
author | 2020-09-20 21:57:47 +0200 | |
---|---|---|
committer | 2020-09-22 17:06:04 +0800 | |
commit | 912a6e2ef6dd895929e910e1c4025a0f34b743b6 (patch) | |
tree | 11b555971a6ba1382980696678cd92ec488d6429 | |
parent | arm64: dts: imx8mm-var-som-symphony: Drop wake-up source from RTC (diff) | |
download | wireguard-linux-912a6e2ef6dd895929e910e1c4025a0f34b743b6.tar.xz wireguard-linux-912a6e2ef6dd895929e910e1c4025a0f34b743b6.zip |
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 '')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 2 |
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; }; }; |