linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 1/3] arm64: dts: imx8mq-librem5: correct GPIO hog property
@ 2020-09-20 19:57 Krzysztof Kozlowski
  2020-09-20 19:57 ` [PATCH v3 2/3] arm64: dts: imx8mq-librem5: align GPIO hog names with dtschema Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2020-09-20 19:57 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Martin Kepplinger,
	Angus Ainslie (Purism),
	Krzysztof Kozlowski, devicetree, linux-arm-kernel, linux-kernel

Correct the name of property for GPIO specifier in GPIO hog.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

---

Changes since v2:
1. None, split from previous patchset using common GPIO schema
---
 arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
index 56295dd2fa8f..e4dedcb58f76 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
@@ -251,7 +251,7 @@
 
 	pmic-5v {
 		gpio-hog;
-		gpio = <&gpio1 1 GPIO_ACTIVE_HIGH>;
+		gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
 		input;
 	};
 };
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-10-26  7:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-20 19:57 [PATCH v3 1/3] arm64: dts: imx8mq-librem5: correct GPIO hog property Krzysztof Kozlowski
2020-09-20 19:57 ` [PATCH v3 2/3] arm64: dts: imx8mq-librem5: align GPIO hog names with dtschema Krzysztof Kozlowski
2020-09-22  6:51   ` Shawn Guo
2020-09-22 14:24     ` Krzysztof Kozlowski
2020-10-13 16:31       ` Krzysztof Kozlowski
2020-10-26  7:34   ` Shawn Guo
2020-09-20 19:57 ` [PATCH v3 3/3] ARM: dts: imx: " Krzysztof Kozlowski
2020-10-26  7:35   ` Shawn Guo
2020-09-22  6:50 ` [PATCH v3 1/3] arm64: dts: imx8mq-librem5: correct GPIO hog property Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).