提交 a5b87513 编写于 作者: S Sudeep Holla 提交者: Tony Lindgren

ARM: dts: am335x/am57xx: replace gpio-key,wakeup with wakeup-source property

Commit 3efda001 ("ARM: dts: am335x: replace gpio-key,wakeup with
wakeup-source property") replaces all the legacy "gpio-key,wakeup" with
the unified  "wakeup-source" property to prevent any further copy-paste
duplication.

However couple of use of these legacy property sneaked in during the
merge window. This patch replaces them too.

Cc: "Benoît Cousson" <bcousson@baylibre.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 5f35dc47
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
gpios = <&gpio1 29 GPIO_ACTIVE_HIGH>; gpios = <&gpio1 29 GPIO_ACTIVE_HIGH>;
linux,code = <KEY_BACK>; linux,code = <KEY_BACK>;
debounce-interval = <1000>; debounce-interval = <1000>;
gpio-key,wakeup; wakeup-source;
}; };
front_button { front_button {
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
gpios = <&gpio1 25 GPIO_ACTIVE_HIGH>; gpios = <&gpio1 25 GPIO_ACTIVE_HIGH>;
linux,code = <KEY_FRONT>; linux,code = <KEY_FRONT>;
debounce-interval = <1000>; debounce-interval = <1000>;
gpio-key,wakeup; wakeup-source;
}; };
}; };
......
...@@ -545,7 +545,7 @@ ...@@ -545,7 +545,7 @@
ti,debounce-tol = /bits/ 16 <10>; ti,debounce-tol = /bits/ 16 <10>;
ti,debounce-rep = /bits/ 16 <1>; ti,debounce-rep = /bits/ 16 <1>;
linux,wakeup; wakeup-source;
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册