summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-06-15 17:53:04 -0700
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-06-27 10:43:55 +0200
commitebb8ba54950a1c6382647e573ab597e2b7b4af1b (patch)
tree3598f22ec5dcacf9df834cd945dc55ce8b4bdf6f /arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
parent87ccc38e2f8e55853ddfe633d9934bc7ca74b21c (diff)
downloadlinux-stable-ebb8ba54950a1c6382647e573ab597e2b7b4af1b.tar.gz
linux-stable-ebb8ba54950a1c6382647e573ab597e2b7b4af1b.tar.bz2
linux-stable-ebb8ba54950a1c6382647e573ab597e2b7b4af1b.zip
arm64: dts: marvell: align gpio-key node names with dtschema
The node names should be generic and DT schema expects certain pattern (e.g. with key/button/switch). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20220616005333.18491-11-krzysztof.kozlowski@linaro.org
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts')
-rw-r--r--arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
index caf9c8529fca..6721b9b4cf5c 100644
--- a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
+++ b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
@@ -45,7 +45,7 @@
gpio-keys {
compatible = "gpio-keys";
- reset {
+ key-reset {
label = "reset";
linux,code = <KEY_RESTART>;
gpios = <&gpiosb 20 GPIO_ACTIVE_LOW>;