diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-01 18:47:01 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-15 18:42:39 +0200 |
commit | 57a78a8a6f6e07253c6ff276847923e523a90a59 (patch) | |
tree | 9c1d398cad248874281e92f0184e991d19b1665b /arch/arm/boot/dts/am335x-evm.dts | |
parent | ARM: dts: omap3/dra62x: remove unneeded unit name for fixed regulators (diff) | |
download | linux-57a78a8a6f6e07253c6ff276847923e523a90a59.tar.xz linux-57a78a8a6f6e07253c6ff276847923e523a90a59.zip |
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/am335x-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-evm.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts index 63124f898186..944914e5b15a 100644 --- a/arch/arm/boot/dts/am335x-evm.dts +++ b/arch/arm/boot/dts/am335x-evm.dts @@ -73,20 +73,20 @@ 0x0201006c>; /* DOWN */ }; - gpio_keys: volume_keys@0 { + gpio_keys: volume_keys0 { compatible = "gpio-keys"; #address-cells = <1>; #size-cells = <0>; autorepeat; - switch@9 { + switch9 { label = "volume-up"; linux,code = <115>; gpios = <&gpio0 2 GPIO_ACTIVE_LOW>; wakeup-source; }; - switch@10 { + switch10 { label = "volume-down"; linux,code = <114>; gpios = <&gpio0 3 GPIO_ACTIVE_LOW>; |