Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 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/7a0013b1-3a55-a344-e9ea-eacb4b49433c@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Johan Jonker and committed by
Heiko Stuebner
942b35de 6122f3be

+4 -4
+1 -1
arch/arm/boot/dts/rk3066a-mk808.dts
··· 32 32 keyup-threshold-microvolt = <2500000>; 33 33 poll-interval = <100>; 34 34 35 - recovery { 35 + button-recovery { 36 36 label = "recovery"; 37 37 linux,code = <KEY_VENDOR>; 38 38 press-threshold-microvolt = <0>;
+3 -3
arch/arm/boot/dts/rk3288-evb.dtsi
··· 28 28 press-threshold-microvolt = <300000>; 29 29 }; 30 30 31 - menu { 31 + button-menu { 32 32 label = "Menu"; 33 33 linux,code = <KEY_MENU>; 34 34 press-threshold-microvolt = <640000>; 35 35 }; 36 36 37 - esc { 37 + button-esc { 38 38 label = "Esc"; 39 39 linux,code = <KEY_ESC>; 40 40 press-threshold-microvolt = <1000000>; 41 41 }; 42 42 43 - home { 43 + button-home { 44 44 label = "Home"; 45 45 linux,code = <KEY_HOME>; 46 46 press-threshold-microvolt = <1300000>;