diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2018-10-24 12:45:40 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-11-06 12:52:49 +0100 |
commit | 1696acf44e9f26454f15877bee3a9a39ec6e6ee5 (patch) | |
tree | 1e8d0a3a7ef26b9c2560cfd501ff833d6a513605 /arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts | |
parent | 9fd609ff6380a7a583fee162b2dcf9be1576847f (diff) | |
download | lwn-1696acf44e9f26454f15877bee3a9a39ec6e6ee5.tar.gz lwn-1696acf44e9f26454f15877bee3a9a39ec6e6ee5.zip |
arm64: dts: zynqmp: 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.
This patch replaces the legacy properties with the unified
"wakeup-source" property introduced by:
"Input: gpio_keys - switch to using generic device properties"
(sha1: 700a38b27eefc582099fdf69effacfad0ad738a4)
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/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts')
-rw-r--r-- | arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts b/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts index 25dd57485323..0397bf66b2e7 100644 --- a/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts +++ b/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts @@ -46,7 +46,7 @@ label = "sw19"; gpios = <&gpio 22 GPIO_ACTIVE_HIGH>; linux,code = <KEY_DOWN>; - gpio-key,wakeup; + wakeup-source; autorepeat; }; }; |