diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-01 19:47:02 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-15 19:42:40 +0300 |
commit | 45ed37f7b92d20541c0c651884815a9e504246fa (patch) | |
tree | 1765c2d6101444480e5bc35eace120a3cb4247c0 /arch/arm/boot/dts/omap3-overo-chestnut43-common.dtsi | |
parent | 57a78a8a6f6e07253c6ff276847923e523a90a59 (diff) | |
download | linux-45ed37f7b92d20541c0c651884815a9e504246fa.tar.xz |
ARM: dts: omap3/4: 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/omap3-overo-chestnut43-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3-overo-chestnut43-common.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap3-overo-chestnut43-common.dtsi b/arch/arm/boot/dts/omap3-overo-chestnut43-common.dtsi index 4f4c6efbd518..56dbd113430e 100644 --- a/arch/arm/boot/dts/omap3-overo-chestnut43-common.dtsi +++ b/arch/arm/boot/dts/omap3-overo-chestnut43-common.dtsi @@ -37,13 +37,13 @@ pinctrl-0 = <&button_pins>; #address-cells = <1>; #size-cells = <0>; - button0@23 { + button0 { label = "button0"; linux,code = <BTN_0>; gpios = <&gpio1 23 GPIO_ACTIVE_LOW>; /* gpio_23 */ wakeup-source; }; - button1@14 { + button1 { label = "button1"; linux,code = <BTN_1>; gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; /* gpio_14 */ |