mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-06 01:09:08 +00:00
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>
This commit is contained in:
parent
a8da66f454
commit
303146d220
@ -58,6 +58,16 @@
|
|||||||
status = "okay";
|
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 {
|
&lradc {
|
||||||
button@600 {
|
button@600 {
|
||||||
label = "Back";
|
label = "Back";
|
||||||
|
Loading…
Reference in New Issue
Block a user