Skip to content

Commit

Permalink
ath79: fix reset button support on 8devices Lima
Browse files Browse the repository at this point in the history
This fixes 'linux,code' property name and value for the 'reset' key node
in 8devices Lima DTS file.

Problem and solution were reported on the forum, see:
https://forum.openwrt.org/t/resetbutton-not-working-ath79-8devices-lima/78810

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
  • Loading branch information
pepe2k committed Nov 18, 2020
1 parent 6d65e3a commit a92d55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ath79/dts/qca9531_8dev_lima.dts
Expand Up @@ -14,7 +14,7 @@

reset {
label = "reset";
linux-code = "KEY_RESTART";
linux,code = <KEY_RESTART>;
gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
};
};
Expand Down

0 comments on commit a92d55e

Please sign in to comment.