Unverified Commit 5824c8eb authored by Ondrej Jirman's avatar Ondrej Jirman Committed by Maxime Ripard
Browse files

ARM: dts: sun8i: tbs-a711: Add support for volume keys input



TBS A711 tablet has volume up/down keys connected to r_lradc. Add
support for these keys.

Signed-off-by: default avatarOndrej Jirman <megous@megous.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent d6212ce3
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@

#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/pwm/pwm.h>
#include <dt-bindings/input/input.h>

/ {
	model = "TBS A711 Tablet";
@@ -219,6 +220,25 @@
	status = "okay";
};

&r_lradc {
	vref-supply = <&reg_aldo2>;
	status = "okay";

	button@210 {
		label = "Volume Up";
		linux,code = <KEY_VOLUMEUP>;
		channel = <0>;
		voltage = <210000>;
	};

	button@410 {
		label = "Volume Down";
		linux,code = <KEY_VOLUMEDOWN>;
		channel = <0>;
		voltage = <410000>;
	};
};

&r_rsb {
	status = "okay";