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

ARM: dts: zynq: replace gpio-key,wakeup with wakeup-source property

Most of the legacy "gpio-key,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 700a38b27eef ("Input: gpio_keys -
switch to using generic device properties")

Cc: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>

authored by

Sudeep Holla and committed by
Michal Simek
1241c72b bfeffd15

+1 -1
+1 -1
arch/arm/boot/dts/zynq-zturn.dts
··· 54 54 label = "K1"; 55 55 gpios = <&gpio0 0x32 0x1>; 56 56 linux,code = <0x66>; 57 - gpio-key,wakeup; 57 + wakeup-source; 58 58 autorepeat; 59 59 }; 60 60 };