aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/dts/qca/ar9331_omega.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_omega.dts
parentMIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK (diff)
downloadlinux-dev-5ee46bfbb65fd971b734c3972ea9cc123fc869d1.tar.xz
linux-dev-5ee46bfbb65fd971b734c3972ea9cc123fc869d1.zip
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_omega.dts')
-rw-r--r--arch/mips/boot/dts/qca/ar9331_omega.dts4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/boot/dts/qca/ar9331_omega.dts b/arch/mips/boot/dts/qca/ar9331_omega.dts
index 11778abacf66..ed184d861d5f 100644
--- a/arch/mips/boot/dts/qca/ar9331_omega.dts
+++ b/arch/mips/boot/dts/qca/ar9331_omega.dts
@@ -31,10 +31,8 @@
gpio-keys {
compatible = "gpio-keys";
- #address-cells = <1>;
- #size-cells = <0>;
- button@0 {
+ button-0 {
label = "reset";
linux,code = <KEY_RESTART>;
gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;