diff options
author | Krzysztof Kozlowski <[email protected]> | 2020-09-20 21:57:47 +0200 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2020-09-22 17:06:04 +0800 |
commit | 912a6e2ef6dd895929e910e1c4025a0f34b743b6 (patch) | |
tree | 11b555971a6ba1382980696678cd92ec488d6429 | |
parent | ac938aa9aec46db5914b089a8d3f018f2b37ec79 (diff) |
arm64: dts: imx8mq-librem5: correct GPIO hog property
Correct the name of property for GPIO specifier in GPIO hog.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-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; }; }; |