summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTeresa Remmet <t.remmet@phytec.de>2017-02-10 13:29:07 +0100
committerTony Lindgren <tony@atomide.com>2017-02-28 08:40:22 -0800
commit48385896e9c53e1061f103e1271a6be9a7ea00c4 (patch)
tree143dd98d76bfedb5185cdf8cc2a39312190fcdeb /arch
parentbb07a829ec38d2628a7443563fbff5483a3157f2 (diff)
downloadlinux-0-day-48385896e9c53e1061f103e1271a6be9a7ea00c4.tar.gz
linux-0-day-48385896e9c53e1061f103e1271a6be9a7ea00c4.tar.xz
ARM: dts: am335x-pcm953: Fix legacy wakeup source binding
Replaced the legacy binding "gpio-key,wakeup" with "wakeup-source" as noted in the kernel documentation. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Reported-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/am335x-pcm-953.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am335x-pcm-953.dtsi b/arch/arm/boot/dts/am335x-pcm-953.dtsi
index 02981eae96b99..1ec8e0d801912 100644
--- a/arch/arm/boot/dts/am335x-pcm-953.dtsi
+++ b/arch/arm/boot/dts/am335x-pcm-953.dtsi
@@ -63,14 +63,14 @@
label = "home";
linux,code = <KEY_HOME>;
gpios = <&gpio3 7 GPIO_ACTIVE_HIGH>;
- gpio-key,wakeup;
+ wakeup-source;
};
button@1 {
label = "menu";
linux,code = <KEY_MENU>;
gpios = <&gpio3 8 GPIO_ACTIVE_HIGH>;
- gpio-key,wakeup;
+ wakeup-source;
};
};