aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2016-09-11 20:23:23 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2016-09-21 11:48:07 +0300
commita08f9db4646ed3f4c046f1740568772537367f58 (patch)
tree03a139451be2b25c3ac7996549e25bc5cc086562
parentARM: dts: gr8: Add support for the GR8 evaluation board (diff)
downloadlinux-dev-a08f9db4646ed3f4c046f1740568772537367f58.tar.xz
linux-dev-a08f9db4646ed3f4c046f1740568772537367f58.zip
ARM: dts: sun8i: Add touchscreen node for sun8i-a23-gt90h
The gt90h tablet has a gsl3675 touchscreen, add a dt node describing it. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Chen-Yu Tsai <wens@csie.org>
-rw-r--r--arch/arm/boot/dts/sun8i-a23-gt90h-v4.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23-gt90h-v4.dts b/arch/arm/boot/dts/sun8i-a23-gt90h-v4.dts
index f27ebbbeac09..e3c7a25ca37d 100644
--- a/arch/arm/boot/dts/sun8i-a23-gt90h-v4.dts
+++ b/arch/arm/boot/dts/sun8i-a23-gt90h-v4.dts
@@ -53,6 +53,15 @@
status = "okay";
};
+&touchscreen {
+ reg = <0x40>;
+ compatible = "silead,gsl3675";
+ firmware-name = "gsl3675-gt90h.fw";
+ touchscreen-size-x = <1792>;
+ touchscreen-size-y = <1024>;
+ status = "okay";
+};
+
&lradc {
button@600 {
label = "Back";