summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/kirkwood-laplug.dts
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2016-04-03 05:03:43 +0300
committerGregory CLEMENT <gregory.clement@free-electrons.com>2016-04-14 20:04:45 +0300
commit395c755fb874e8af1d3f5eff69a954093002c9d8 (patch)
treec45032f334a19e37feba0615240f0d9df15bde6c /arch/arm/boot/dts/kirkwood-laplug.dts
parent9ec423ed62b8278412400fae6c064edb6ce1bb51 (diff)
downloadlinux-395c755fb874e8af1d3f5eff69a954093002c9d8.tar.xz
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-laplug.dts')
-rw-r--r--arch/arm/boot/dts/kirkwood-laplug.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/kirkwood-laplug.dts b/arch/arm/boot/dts/kirkwood-laplug.dts
index 24425660e973..c39e17a89f4e 100644
--- a/arch/arm/boot/dts/kirkwood-laplug.dts
+++ b/arch/arm/boot/dts/kirkwood-laplug.dts
@@ -62,7 +62,7 @@
gpio_keys {
compatible = "gpio-keys";
- button@1{
+ power {
label = "Power push button";
linux,code = <KEY_POWER>;
gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;