aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.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-8040-clearfog-gt-8k.dts
parentarm64: dts: apm: Harmonize DWC USB3 DT nodes name (diff)
downloadwireguard-linux-ebb8ba54950a1c6382647e573ab597e2b7b4af1b.tar.xz
wireguard-linux-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-8040-clearfog-gt-8k.dts')
-rw-r--r--arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts b/arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts
index 871f84b4a6ed..15f6ca4df121 100644
--- a/arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts
+++ b/arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts
@@ -94,7 +94,7 @@
pinctrl-0 = <&cp0_gpio_reset_pins &cp1_wps_button_pins>;
pinctrl-names = "default";
- button_0 {
+ button-0 {
/* The rear button */
label = "Rear Button";
gpios = <&cp0_gpio2 7 GPIO_ACTIVE_LOW>;
@@ -102,7 +102,7 @@
linux,code = <BTN_0>;
};
- button_1 {
+ button-1 {
/* The wps button */
label = "WPS Button";
gpios = <&cp1_gpio1 30 GPIO_ACTIVE_LOW>;