diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2018-12-21 18:12:13 +0000 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-04-06 12:51:30 +0200 |
commit | 6bbe3e6c1614b42281ee0a56a0882afe3af3e4f1 (patch) | |
tree | 2abc7265f86a2e4db3f94a1f18089874be4dd1bc /arch/arm/dts/zynq-zturn.dts | |
parent | 0b792fd4f1ec191167af91e74001c776bc9c4434 (diff) | |
download | u-boot-6bbe3e6c1614b42281ee0a56a0882afe3af3e4f1.tar.gz |
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 Linux kernel 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/dts/zynq-zturn.dts')
-rw-r--r-- | arch/arm/dts/zynq-zturn.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynq-zturn.dts b/arch/arm/dts/zynq-zturn.dts index cc41efcb46..600e8ee025 100644 --- a/arch/arm/dts/zynq-zturn.dts +++ b/arch/arm/dts/zynq-zturn.dts @@ -54,7 +54,7 @@ label = "K1"; gpios = <&gpio0 0x32 0x1>; linux,code = <0x66>; - gpio-key,wakeup; + wakeup-source; autorepeat; }; }; |