diff options
author | Teresa Remmet <t.remmet@phytec.de> | 2017-02-10 13:29:07 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-02-28 17:40:22 +0100 |
commit | 48385896e9c53e1061f103e1271a6be9a7ea00c4 (patch) | |
tree | 143dd98d76bfedb5185cdf8cc2a39312190fcdeb /arch/arm | |
parent | ARM: dts: Add support for phyCORE-AM335x PCM-953 carrier board (diff) | |
download | linux-48385896e9c53e1061f103e1271a6be9a7ea00c4.tar.xz linux-48385896e9c53e1061f103e1271a6be9a7ea00c4.zip |
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/arm')
-rw-r--r-- | arch/arm/boot/dts/am335x-pcm-953.dtsi | 4 |
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 02981eae96b9..1ec8e0d80191 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; }; }; |