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

Commit 9fae0a1c authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard
Browse files

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: 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 a08f9db4
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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>;
};