From: Teresa Remmet Date: Fri, 10 Feb 2017 12:29:07 +0000 (+0100) Subject: ARM: dts: am335x-pcm953: Fix legacy wakeup source binding X-Git-Tag: v4.11-rc7~1^2^2~11^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48385896e9c53e1061f103e1271a6be9a7ea00c4;p=platform%2Fkernel%2Flinux-exynos.git 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 Reported-by: Sudeep Holla Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am335x-pcm-953.dtsi b/arch/arm/boot/dts/am335x-pcm-953.dtsi index 02981ea..1ec8e0d 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 = ; gpios = <&gpio3 7 GPIO_ACTIVE_HIGH>; - gpio-key,wakeup; + wakeup-source; }; button@1 { label = "menu"; linux,code = ; gpios = <&gpio3 8 GPIO_ACTIVE_HIGH>; - gpio-key,wakeup; + wakeup-source; }; };