diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-11-06 12:59:19 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-11-19 11:16:46 +0300 |
commit | 9e622af05c2e206c37db0f0d2ea20c3200daf8d1 (patch) | |
tree | 2f7a1287750f19c56c424eb036b5832087ed40e3 /arch/arm/boot/dts/armada-xp-linksys-mamba.dts | |
parent | eb94ec6423ad3bc2d9c0d9e40da245b422b003e4 (diff) | |
download | linux-9e622af05c2e206c37db0f0d2ea20c3200daf8d1.tar.xz |
ARM: dts: armada-370-xp: Remove button address and fixup names
The gpio-key nodes do not have a reg property, so remove the address from
the unit name.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/armada-xp-linksys-mamba.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-xp-linksys-mamba.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/armada-xp-linksys-mamba.dts b/arch/arm/boot/dts/armada-xp-linksys-mamba.dts index 7c8cd7b450e5..83ac884c0f8a 100644 --- a/arch/arm/boot/dts/armada-xp-linksys-mamba.dts +++ b/arch/arm/boot/dts/armada-xp-linksys-mamba.dts @@ -267,13 +267,13 @@ pinctrl-0 = <&keys_pin>; pinctrl-names = "default"; - button@1 { + wps { label = "WPS"; linux,code = <KEY_WPS_BUTTON>; gpios = <&gpio1 0 GPIO_ACTIVE_LOW>; }; - button@2 { + reset { label = "Factory Reset Button"; linux,code = <KEY_RESTART>; gpios = <&gpio1 1 GPIO_ACTIVE_LOW>; |