diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2018-12-21 21:12:03 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-01-12 05:49:29 +0300 |
commit | 08b88e80a1f476970284235278bf27a273b94118 (patch) | |
tree | 6e2f2042649c57a5e06260ef7764ed7eb3bfd508 /arch/arm/boot/dts/imx6q-pistachio.dts | |
parent | 00ccd4532c8a61e6c65ca62eb7b6da6a272c30f1 (diff) | |
download | linux-08b88e80a1f476970284235278bf27a273b94118.tar.xz |
ARM: dts: imx: replace gpio-key,wakeup with wakeup-source property
Most of the legacy "gpio-key,wakeup" and "enable-sdio-wakeup" boolean
properties are already replaced with "wakeup-source". However few
occurrences of old property has popped up again, probably from the
remnants in downstream trees. Almost all of those were remove couple
of years back.
Replace the legacy properties with the unified "wakeup-source" property
introduced in the commit 700a38b27eef ("Input: gpio_keys - switch to using
generic device properties") and commit 0dbcdc0622ea ("mmc: core: enable
support for the standard "wakeup-source" property")
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: NXP Linux Team <linux-imx@nxp.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-pistachio.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-pistachio.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-pistachio.dts b/arch/arm/boot/dts/imx6q-pistachio.dts index 5edf858c8b86..a31b17eaf51c 100644 --- a/arch/arm/boot/dts/imx6q-pistachio.dts +++ b/arch/arm/boot/dts/imx6q-pistachio.dts @@ -103,7 +103,7 @@ power { label = "Power Button"; gpios = <&gpio2 12 GPIO_ACTIVE_LOW>; - gpio-key,wakeup; + wakeup-source; linux,code = <KEY_POWER>; }; }; |