aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/kirkwood-iconnect.dts
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2016-04-03 04:03:43 +0200
committerGregory CLEMENT <gregory.clement@free-electrons.com>2016-04-14 19:04:45 +0200
commit395c755fb874e8af1d3f5eff69a954093002c9d8 (patch)
treec45032f334a19e37feba0615240f0d9df15bde6c /arch/arm/boot/dts/kirkwood-iconnect.dts
parentARM: dts: kirkwood: add kirkwood-nsa320.dtb to Makefile (diff)
downloadlinux-dev-395c755fb874e8af1d3f5eff69a954093002c9d8.tar.xz
linux-dev-395c755fb874e8af1d3f5eff69a954093002c9d8.zip
ARM: dts: kirkwood: Remove button address and fixup names
The DT compiler is now warning about unit names with addresses but not reg property. Fix all the gpio-key buttons which causes warnings. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-iconnect.dts')
-rw-r--r--arch/arm/boot/dts/kirkwood-iconnect.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/kirkwood-iconnect.dts b/arch/arm/boot/dts/kirkwood-iconnect.dts
index 38e31d15a62d..674306746dec 100644
--- a/arch/arm/boot/dts/kirkwood-iconnect.dts
+++ b/arch/arm/boot/dts/kirkwood-iconnect.dts
@@ -136,13 +136,13 @@
pinctrl-0 = < &pmx_button_reset &pmx_button_otb >;
pinctrl-names = "default";
- button@1 {
+ otb {
label = "OTB Button";
linux,code = <KEY_COPY>;
gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
debounce-interval = <100>;
};
- button@2 {
+ reset {
label = "Reset";
linux,code = <KEY_RESTART>;
gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;