Commit 942b35de authored by Johan Jonker's avatar Johan Jonker Committed by Heiko Stuebner
Browse files

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: default avatarJohan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/7a0013b1-3a55-a344-e9ea-eacb4b49433c@gmail.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 6122f3be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ adc-keys {
		keyup-threshold-microvolt = <2500000>;
		poll-interval = <100>;

		recovery {
		button-recovery {
			label = "recovery";
			linux,code = <KEY_VENDOR>;
			press-threshold-microvolt = <0>;
+3 −3
Original line number Diff line number Diff line
@@ -28,19 +28,19 @@ button-down {
			press-threshold-microvolt = <300000>;
		};

		menu {
		button-menu {
			label = "Menu";
			linux,code = <KEY_MENU>;
			press-threshold-microvolt = <640000>;
		};

		esc {
		button-esc {
			label = "Esc";
			linux,code = <KEY_ESC>;
			press-threshold-microvolt = <1000000>;
		};

		home  {
		button-home  {
			label = "Home";
			linux,code = <KEY_HOME>;
			press-threshold-microvolt = <1300000>;