]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
arm64: dts: zynqmp: replace gpio-key,wakeup with wakeup-source property
authorSudeep Holla <sudeep.holla@arm.com>
Wed, 24 Oct 2018 11:45:40 +0000 (12:45 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 6 Nov 2018 11:52:49 +0000 (12:52 +0100)
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>
arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts
arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts
arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts
arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts

index eb5e8bddb610adf4d1781d6b4646eef6c1bef657..527b4d0f88e2d8b848c81538424b799a9abe13a0 100644 (file)
@@ -49,7 +49,7 @@
                        label = "sw4";
                        gpios = <&gpio 23 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_POWER>;
-                       gpio-key,wakeup;
+                       wakeup-source;
                        autorepeat;
                };
        };
index 25dd57485323507888ebfc66cebdcfc858f5a3a3..0397bf66b2e77f74c4562ee71aeaad01f0996e82 100644 (file)
@@ -46,7 +46,7 @@
                        label = "sw19";
                        gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
                        linux,code = <KEY_DOWN>;
-                       gpio-key,wakeup;
+                       wakeup-source;
                        autorepeat;
                };
        };
index 259f21b0c0014690ded2d21a417d0cffb2d2b271..7238f022a671f971a2b183355c05cdc274eab401 100644 (file)
@@ -46,7 +46,7 @@
                        label = "sw19";
                        gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
                        linux,code = <KEY_DOWN>;
-                       gpio-key,wakeup;
+                       wakeup-source;
                        autorepeat;
                };
        };
index a61b3cc6f4c95ecf8396b1ff253fa1f794f10dd0..fa055e718d4b0a09713655ec5a1bf3ac067487cc 100644 (file)
@@ -46,7 +46,7 @@
                        label = "sw19";
                        gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
                        linux,code = <KEY_DOWN>;
-                       gpio-key,wakeup;
+                       wakeup-source;
                        autorepeat;
                };
        };