[PATCH v3 03/18] DT: marvell,mmp2: give gpio node a name
From: lkundrak@v3.sk (Lubomir Rintel)
Date: 2018-11-12 03:21:07
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: lkundrak@v3.sk (Lubomir Rintel)
Date: 2018-11-12 03:21:07
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
This will be useful for boards that actually use GPIO pins. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Acked-by: Pavel Machek <redacted> --- 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 db15d1186cd0..f2a18779de7c 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.19.1