Commit 1696acf4 authored by Sudeep Holla's avatar Sudeep Holla Committed by Michal Simek

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: 700a38b2)

Cc: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 9fd609ff
...@@ -49,7 +49,7 @@ sw4 { ...@@ -49,7 +49,7 @@ sw4 {
label = "sw4"; label = "sw4";
gpios = <&gpio 23 GPIO_ACTIVE_LOW>; gpios = <&gpio 23 GPIO_ACTIVE_LOW>;
linux,code = <KEY_POWER>; linux,code = <KEY_POWER>;
gpio-key,wakeup; wakeup-source;
autorepeat; autorepeat;
}; };
}; };
......
...@@ -46,7 +46,7 @@ sw19 { ...@@ -46,7 +46,7 @@ sw19 {
label = "sw19"; label = "sw19";
gpios = <&gpio 22 GPIO_ACTIVE_HIGH>; gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
linux,code = <KEY_DOWN>; linux,code = <KEY_DOWN>;
gpio-key,wakeup; wakeup-source;
autorepeat; autorepeat;
}; };
}; };
......
...@@ -46,7 +46,7 @@ sw19 { ...@@ -46,7 +46,7 @@ sw19 {
label = "sw19"; label = "sw19";
gpios = <&gpio 22 GPIO_ACTIVE_HIGH>; gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
linux,code = <KEY_DOWN>; linux,code = <KEY_DOWN>;
gpio-key,wakeup; wakeup-source;
autorepeat; autorepeat;
}; };
}; };
......
...@@ -46,7 +46,7 @@ sw19 { ...@@ -46,7 +46,7 @@ sw19 {
label = "sw19"; label = "sw19";
gpios = <&gpio 22 GPIO_ACTIVE_HIGH>; gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
linux,code = <KEY_DOWN>; linux,code = <KEY_DOWN>;
gpio-key,wakeup; wakeup-source;
autorepeat; autorepeat;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment