summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3308-evb.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/rk3308-evb.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/rk3308-evb.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3308-evb.dts12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3308-evb.dts b/arch/arm64/boot/dts/rockchip/rk3308-evb.dts
index 9fe9b0d11003..184b84fdde07 100644
--- a/arch/arm64/boot/dts/rockchip/rk3308-evb.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3308-evb.dts
@@ -23,7 +23,7 @@
poll-interval = <100>;
keyup-threshold-microvolt = <1800000>;
- func-key {
+ button-func {
linux,code = <KEY_FN>;
label = "function";
press-threshold-microvolt = <18000>;
@@ -37,31 +37,31 @@
poll-interval = <100>;
keyup-threshold-microvolt = <1800000>;
- esc-key {
+ button-esc {
linux,code = <KEY_MICMUTE>;
label = "micmute";
press-threshold-microvolt = <1130000>;
};
- home-key {
+ button-home {
linux,code = <KEY_MODE>;
label = "mode";
press-threshold-microvolt = <901000>;
};
- menu-key {
+ button-menu {
linux,code = <KEY_PLAY>;
label = "play";
press-threshold-microvolt = <624000>;
};
- vol-down-key {
+ button-down {
linux,code = <KEY_VOLUMEDOWN>;
label = "volume down";
press-threshold-microvolt = <300000>;
};
- vol-up-key {
+ button-up {
linux,code = <KEY_VOLUMEUP>;
label = "volume up";
press-threshold-microvolt = <18000>;