diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2018-12-21 21:11:49 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-01-08 21:12:40 +0300 |
commit | 31f031f73a01fb83fd6f4abfff04a79b360219e1 (patch) | |
tree | d4d8dc91d11319e629467066a369afbd9c46c484 /arch/arm/boot/dts/at91-nattis-2-natte-2.dts | |
parent | c2dfab7e40095b29668a4022a5558549e544e3cd (diff) | |
download | linux-31f031f73a01fb83fd6f4abfff04a79b360219e1.tar.xz |
ARM: dts: at91: replace gpio-key,wakeup with wakeup-source property
Most of the legacy "gpio-key,wakeup" property are already replaced
with "wakeup-source". However few occurrences of old property has
popped up again, probably from the remnants in downstream trees.
Almost all of those were remove couple of years back.
Replace the legacy properties with the unified "wakeup-source"
property introduced in the commit 700a38b27eef ("Input: gpio_keys -
switch to using generic device properties")
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Peter Rosin <peda@axentia.se>
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Acked-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-nattis-2-natte-2.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-nattis-2-natte-2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91-nattis-2-natte-2.dts b/arch/arm/boot/dts/at91-nattis-2-natte-2.dts index 0f6d335125e2..f245944bd5d7 100644 --- a/arch/arm/boot/dts/at91-nattis-2-natte-2.dts +++ b/arch/arm/boot/dts/at91-nattis-2-natte-2.dts @@ -22,7 +22,7 @@ wakeup { label = "Wakeup"; linux,code = <10>; - gpio-key,wakeup; + wakeup-source; gpios = <&pioB 27 GPIO_ACTIVE_LOW>; }; }; |