diff options
| author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2023-01-09 14:20:01 +0100 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2023-01-26 08:27:29 +0800 |
| commit | 7e5f78c7de3247b3e25f35557530bcf0593014cd (patch) | |
| tree | 48022accb5ef057be7da4ad42070bcd44fc17896 | |
| parent | b203e6f1e8336659878b6b604abd2a5fda0d8767 (diff) | |
| download | linux-7e5f78c7de3247b3e25f35557530bcf0593014cd.tar.gz linux-7e5f78c7de3247b3e25f35557530bcf0593014cd.zip | |
arm64: dts: verdin-imx8mp: unify gpio-key node name
Any other of our modules calls it key-wakeup rather than button-wakeup
so let us stick to that.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi index 6a1890a4b5d8..0e183c9757f6 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi @@ -50,7 +50,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_keys>; - button-wakeup { + key-wakeup { debounce-interval = <10>; /* Verdin CTRL_WAKE1_MICO# (SODIMM 252) */ gpios = <&gpio4 0 GPIO_ACTIVE_LOW>; |
