Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 303146d2 authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard
Browse files

ARM: dts: sun8i: Add touchscreen node for sun8i-a33-ga10h



The ga10h tablet has a gsl3675 touchscreen, add a dt node describing it.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent a8da66f4
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -58,6 +58,16 @@
	status = "okay";
};

&touchscreen {
	reg = <0x40>;
	compatible = "silead,gsl3675";
	firmware-name = "gsl3675-ga10h.fw";
	touchscreen-size-x = <1630>;
	touchscreen-size-y = <990>;
	touchscreen-inverted-y;
	status = "okay";
};

&lradc {
	button@600 {
		label = "Back";