diff options
author | Johan Jonker <jbx6244@gmail.com> | 2022-10-27 11:38:35 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-10-30 23:19:31 +0300 |
commit | f2bd2e76d6ea13e12849975adae46145375532a4 (patch) | |
tree | 10ff265158f7cc06c94feb00c25b68326b772f2a /arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dtsi | |
parent | 942b35de22efeb4f9ded83f1ea7747f3fe5a3bb2 (diff) | |
download | linux-f2bd2e76d6ea13e12849975adae46145375532a4.tar.xz |
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-khadas-edge.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dtsi index 2a332763c35c..9d9297bc5f04 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dtsi @@ -123,7 +123,7 @@ keyup-threshold-microvolt = <1800000>; poll-interval = <100>; - recovery { + button-recovery { label = "Recovery"; linux,code = <KEY_VENDOR>; press-threshold-microvolt = <18000>; |