ARM: dts: am335x-pcm953: Fix legacy wakeup source binding
authorTeresa Remmet <t.remmet@phytec.de>
Fri, 10 Feb 2017 12:29:07 +0000 (13:29 +0100)
committerTony Lindgren <tony@atomide.com>
Tue, 28 Feb 2017 16:40:22 +0000 (08:40 -0800)
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>
arch/arm/boot/dts/am335x-pcm-953.dtsi

index 02981ea..1ec8e0d 100644 (file)
                        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;
                };
 
        };