diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2018-12-21 21:12:13 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-02-12 15:53:33 +0300 |
commit | 1241c72b6db13a1e294f9ea25577a3677733582e (patch) | |
tree | f6e14222f976968177edf7e605a49a55e14fef53 /arch/arm/boot/dts/zynq-zturn.dts | |
parent | bfeffd155283772bbe78c6a05dec7c0128ee500c (diff) | |
download | linux-1241c72b6db13a1e294f9ea25577a3677733582e.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/zynq-zturn.dts')
-rw-r--r-- | arch/arm/boot/dts/zynq-zturn.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/zynq-zturn.dts b/arch/arm/boot/dts/zynq-zturn.dts index b38704657960..5ec616ebca08 100644 --- a/arch/arm/boot/dts/zynq-zturn.dts +++ b/arch/arm/boot/dts/zynq-zturn.dts @@ -54,7 +54,7 @@ label = "K1"; gpios = <&gpio0 0x32 0x1>; linux,code = <0x66>; - gpio-key,wakeup; + wakeup-source; autorepeat; }; }; |