diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2018-11-28 18:53:07 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-12-01 00:12:38 +0100 |
commit | 5b3edb56bc6ef05a66c0902ea4315e3c35de93c5 (patch) | |
tree | dbc5e284902ac2924c831d0dacfadaefd33b65b4 /arch/arm/boot/dts/mmp2.dtsi | |
parent | ARM: dts: mmp2: fix the gpio interrupt cell number (diff) | |
download | linux-5b3edb56bc6ef05a66c0902ea4315e3c35de93c5.tar.xz 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>
Diffstat (limited to 'arch/arm/boot/dts/mmp2.dtsi')
-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>; |