summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/at91sam9260ek.dts
diff options
context:
space:
mode:
authorSudeep Holla <sudeep.holla@arm.com>2016-11-14 15:44:08 +0000
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-11-14 17:04:24 +0100
commitb662a9dd8a1a03e6e2d61e74d3e7a08400edefb7 (patch)
tree2e7a27602824ee5c3597842bc951f7694e6c4b50 /arch/arm/boot/dts/at91sam9260ek.dts
parentd4ce5f44d44091d26f484f7028ce94ff6851ab4c (diff)
ARM: dts: at91: replace gpio-key,wakeup with wakeup-source for sam9260ek
Though the keyboard driver for GPIO buttons(gpio-keys) will continue to check for/support the legacy "gpio-key,wakeup" boolean property to enable gpio buttons as wakeup source, "wakeup-source" is the new standard binding. This patch replaces the legacy "gpio-key,wakeup" with the unified "wakeup-source" property in order to avoid any further copy-paste duplication. Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9260ek.dts')
-rw-r--r--arch/arm/boot/dts/at91sam9260ek.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/at91sam9260ek.dts b/arch/arm/boot/dts/at91sam9260ek.dts
index 2c87f58448e7..b2578feceb08 100644
--- a/arch/arm/boot/dts/at91sam9260ek.dts
+++ b/arch/arm/boot/dts/at91sam9260ek.dts
@@ -174,14 +174,14 @@
label = "Button 3";
gpios = <&pioA 30 GPIO_ACTIVE_LOW>;
linux,code = <0x103>;
- gpio-key,wakeup;
+ wakeup-source;
};
btn4 {
label = "Button 4";
gpios = <&pioA 31 GPIO_ACTIVE_LOW>;
linux,code = <0x104>;
- gpio-key,wakeup;
+ wakeup-source;
};
};