diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-01 19:47:01 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-15 19:42:39 +0300 |
commit | 57a78a8a6f6e07253c6ff276847923e523a90a59 (patch) | |
tree | 9c1d398cad248874281e92f0184e991d19b1665b /arch/arm/boot/dts/am437x-idk-evm.dts | |
parent | 909b0ebde95d24af3cdecbe22863830413f3fe81 (diff) | |
download | linux-57a78a8a6f6e07253c6ff276847923e523a90a59.tar.xz |
ARM: dts: am335x/am437x: remove unneeded unit name for gpio-keys nodes
This patch fixes the following DTC warnings for many boards:
"Node /gpio_keys/button0@10 has a unit name, but no reg property"
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am437x-idk-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am437x-idk-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am437x-idk-evm.dts b/arch/arm/boot/dts/am437x-idk-evm.dts index 12a69518383e..25ce611c6568 100644 --- a/arch/arm/boot/dts/am437x-idk-evm.dts +++ b/arch/arm/boot/dts/am437x-idk-evm.dts @@ -104,7 +104,7 @@ #address-cells = <1>; #size-cells = <0>; - switch@0 { + switch0 { label = "power-button"; linux,code = <KEY_POWER>; gpios = <&gpio4 2 GPIO_ACTIVE_LOW>; |