summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts
diff options
context:
space:
mode:
authorJohan Jonker <jbx6244@gmail.com>2022-10-27 10:38:35 +0200
committerHeiko Stuebner <heiko@sntech.de>2022-10-30 21:19:31 +0100
commitf2bd2e76d6ea13e12849975adae46145375532a4 (patch)
tree10ff265158f7cc06c94feb00c25b68326b772f2a /arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts
parent942b35de22efeb4f9ded83f1ea7747f3fe5a3bb2 (diff)
arm64: dts: rockchip: fix adc-keys sub node names
Fix adc-keys sub node names on Rockchip boards, so that they match with regex: '^button-' Signed-off-by: Johan Jonker <jbx6244@gmail.com> Link: https://lore.kernel.org/r/6a6a3603-5540-cacc-2672-c015af1ec684@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts b/arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts
index 9e2e246e0bab..dba4d03bfc2b 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts
@@ -52,13 +52,13 @@
press-threshold-microvolt = <300000>;
};
- back {
+ button-back {
label = "Back";
linux,code = <KEY_BACK>;
press-threshold-microvolt = <985000>;
};
- menu {
+ button-menu {
label = "Menu";
linux,code = <KEY_MENU>;
press-threshold-microvolt = <1314000>;