1
0
Fork 0

ARM: dts: sun8i: Add touchscreen node for sun8i-a23-inet86dz

The inet86dz tablet has a gsl1680 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>
steinar/wifi_calib_4_9_kernel
Hans de Goede 2016-09-11 20:23:24 +02:00 committed by Maxime Ripard
parent a08f9db464
commit 9fae0a1cc4
1 changed files with 9 additions and 0 deletions

View File

@ -53,6 +53,15 @@
status = "okay";
};
&touchscreen {
reg = <0x40>;
compatible = "silead,gsl1680";
firmware-name = "gsl1680-inet86dz.fw";
touchscreen-size-x = <960>;
touchscreen-size-y = <640>;
status = "okay";
};
&usbphy {
usb1_vbus-supply = <&reg_dldo1>;
};