diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-09-11 14:23:27 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-09-21 04:48:07 -0400 |
commit | 303146d220532a7a729ccc4da58312b80e70998f (patch) | |
tree | 706a4b39c6570dca3864e331b87039ee4cca6d30 /arch/arm | |
parent | a8da66f45467bd2bc304f12c9363df786c3dae51 (diff) |
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: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a33-ga10h-v1.1.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a33-ga10h-v1.1.dts b/arch/arm/boot/dts/sun8i-a33-ga10h-v1.1.dts index de6269dcac3a..f71159987cac 100644 --- a/arch/arm/boot/dts/sun8i-a33-ga10h-v1.1.dts +++ b/arch/arm/boot/dts/sun8i-a33-ga10h-v1.1.dts | |||
@@ -58,6 +58,16 @@ | |||
58 | status = "okay"; | 58 | status = "okay"; |
59 | }; | 59 | }; |
60 | 60 | ||
61 | &touchscreen { | ||
62 | reg = <0x40>; | ||
63 | compatible = "silead,gsl3675"; | ||
64 | firmware-name = "gsl3675-ga10h.fw"; | ||
65 | touchscreen-size-x = <1630>; | ||
66 | touchscreen-size-y = <990>; | ||
67 | touchscreen-inverted-y; | ||
68 | status = "okay"; | ||
69 | }; | ||
70 | |||
61 | &lradc { | 71 | &lradc { |
62 | button@600 { | 72 | button@600 { |
63 | label = "Back"; | 73 | label = "Back"; |