diff options
| author | 2018-11-28 18:53:07 +0100 | |
|---|---|---|
| committer | 2018-11-30 15:12:38 -0800 | |
| commit | 5b3edb56bc6ef05a66c0902ea4315e3c35de93c5 (patch) | |
| tree | dbc5e284902ac2924c831d0dacfadaefd33b65b4 | |
| parent | ARM: dts: mmp2: fix the gpio interrupt cell number (diff) | |
| download | wireguard-linux-5b3edb56bc6ef05a66c0902ea4315e3c35de93c5.tar.xz wireguard-linux-5b3edb56bc6ef05a66c0902ea4315e3c35de93c5.zip | |
ARM: dts: mmp2: give gpio node a name
This will be useful for boards that actually use GPIO pins.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Olof Johansson <olof@lixom.net>
| -rw-r--r-- | arch/arm/boot/dts/mmp2.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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@d4019000 { + gpio: gpio@d4019000 { compatible = "marvell,mmp2-gpio"; #address-cells = <1>; #size-cells = <1>; |
