summaryrefslogtreecommitdiff
path: root/arch/mips/boot/dts/qca/ar9331_dragino_ms14.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-06-24 19:07:39 +0200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2022-07-14 11:50:57 +0200
commit5ee46bfbb65fd971b734c3972ea9cc123fc869d1 (patch)
tree3306c02463be42d32c30b07e8ca4c44fa55fc59c /arch/mips/boot/dts/qca/ar9331_dragino_ms14.dts
parente1a534f5d074db45ae5cbac41d8912b98e96a006 (diff)
MIPS: dts: correct gpio-keys names and properties
gpio-keys children do not use unit addresses. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Arınç ÜNAL <arinc.unal@arinc9.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot/dts/qca/ar9331_dragino_ms14.dts')
-rw-r--r--arch/mips/boot/dts/qca/ar9331_dragino_ms14.dts6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/mips/boot/dts/qca/ar9331_dragino_ms14.dts b/arch/mips/boot/dts/qca/ar9331_dragino_ms14.dts
index d38aa73f1a2e..40e4c5da0e65 100644
--- a/arch/mips/boot/dts/qca/ar9331_dragino_ms14.dts
+++ b/arch/mips/boot/dts/qca/ar9331_dragino_ms14.dts
@@ -49,16 +49,14 @@
gpio-keys {
compatible = "gpio-keys";
- #address-cells = <1>;
- #size-cells = <0>;
- button@0 {
+ button-0 {
label = "jumpstart";
linux,code = <KEY_WPS_BUTTON>;
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
};
- button@1 {
+ button-1 {
label = "reset";
linux,code = <KEY_RESTART>;
gpios = <&gpio 12 GPIO_ACTIVE_LOW>;