diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2018-10-24 12:45:40 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-01-14 09:05:56 +0100 |
commit | ad967af6bd4a2da2cafd75956c9e48d76deaf881 (patch) | |
tree | 3c0832b8c52db5926fd093cbf36c8c3beb3840c8 /arch/arm/dts/zynqmp-zcu102-revA.dts | |
parent | 85eeaae3ccd2a0cd58e6f8e5794224948a6c40a2 (diff) | |
download | u-boot-ad967af6bd4a2da2cafd75956c9e48d76deaf881.tar.gz u-boot-ad967af6bd4a2da2cafd75956c9e48d76deaf881.tar.xz u-boot-ad967af6bd4a2da2cafd75956c9e48d76deaf881.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/arm/dts/zynqmp-zcu102-revA.dts')
-rw-r--r-- | arch/arm/dts/zynqmp-zcu102-revA.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp-zcu102-revA.dts b/arch/arm/dts/zynqmp-zcu102-revA.dts index 7d2f59b88c..b580f9263d 100644 --- a/arch/arm/dts/zynqmp-zcu102-revA.dts +++ b/arch/arm/dts/zynqmp-zcu102-revA.dts @@ -51,7 +51,7 @@ label = "sw19"; gpios = <&gpio 22 GPIO_ACTIVE_HIGH>; linux,code = <KEY_DOWN>; - gpio-key,wakeup; + wakeup-source; autorepeat; }; }; |