All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] DT: marvell,mmp2: give gpio node a name
@ 2018-09-17 11:23 ` Lubomir Rintel
  0 siblings, 0 replies; 4+ messages in thread
From: Lubomir Rintel @ 2018-09-17 11:23 UTC (permalink / raw)
  To: linux-arm-kernel

This will be useful for boards that actually use GPIO pins.

Cc: Eric Miao <eric.y.miao@gmail.com>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp2.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/mmp2.dtsi b/arch/arm/boot/dts/mmp2.dtsi
index 766bbb8495b6..f8867364e5a1 100644
--- a/arch/arm/boot/dts/mmp2.dtsi
+++ b/arch/arm/boot/dts/mmp2.dtsi
@@ -168,7 +168,7 @@
 				status = "disabled";
 			};
 
-			gpio at d4019000 {
+			gpio: gpio at d4019000 {
 				compatible = "marvell,mmp2-gpio";
 				#address-cells = <1>;
 				#size-cells = <1>;
-- 
2.17.1

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

end of thread, other threads:[~2018-11-03 19:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-17 11:23 [PATCH] DT: marvell,mmp2: give gpio node a name Lubomir Rintel
2018-09-17 11:23 ` Lubomir Rintel
2018-11-03 19:04 ` Pavel Machek
2018-11-03 19:04   ` Pavel Machek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.