Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: am437x: replace linux,wakeup with wakeup-source property

Most of the legacy "linux,wakeup" boolean property is already replaced
with "wakeup-source". However few occurrences of old property has popped
up again, probably from the remnants in downstream trees.

Replace the legacy properties with the unified "wakeup-source" property
introduced in the commit aeda5003d0b9 ("Input: matrix_keypad - change
name of wakeup property to "wakeup-source"")

Cc: "Benoît Cousson" <bcousson@baylibre.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Sudeep Holla and committed by
Tony Lindgren
a4aaf124 7da10df9

+1 -1
+1 -1
arch/arm/boot/dts/am437x-gp-evm.dts
··· 71 71 pinctrl-0 = <&matrix_keypad_default>; 72 72 pinctrl-1 = <&matrix_keypad_sleep>; 73 73 74 - linux,wakeup; 74 + wakeup-source; 75 75 76 76 row-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH /* Bank0, pin3 */ 77 77 &gpio4 3 GPIO_ACTIVE_HIGH /* Bank4, pin3 */