summaryrefslogtreecommitdiff
path: root/arch/arm/dts/zynqmp-zcu111-revA.dts
diff options
context:
space:
mode:
authorSudeep Holla <sudeep.holla@arm.com>2018-10-24 12:45:40 +0100
committerMichal Simek <michal.simek@xilinx.com>2020-01-14 09:05:56 +0100
commitad967af6bd4a2da2cafd75956c9e48d76deaf881 (patch)
tree3c0832b8c52db5926fd093cbf36c8c3beb3840c8 /arch/arm/dts/zynqmp-zcu111-revA.dts
parent85eeaae3ccd2a0cd58e6f8e5794224948a6c40a2 (diff)
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-zcu111-revA.dts')
-rw-r--r--arch/arm/dts/zynqmp-zcu111-revA.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp-zcu111-revA.dts b/arch/arm/dts/zynqmp-zcu111-revA.dts
index 5b648ceb2d..bff224f78d 100644
--- a/arch/arm/dts/zynqmp-zcu111-revA.dts
+++ b/arch/arm/dts/zynqmp-zcu111-revA.dts
@@ -51,7 +51,7 @@
label = "sw19";
gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
linux,code = <KEY_DOWN>;
- gpio-key,wakeup;
+ wakeup-source;
autorepeat;
};
};