The following files are prepared for the Verdin iMX8M Plus and Mini to working with standard Toradex DSI line. 7", 10.1", 12.1", 15.6" are supported. To complie all the necessary device tree overlays, complied kernel is required. Toradex also provides documentation how to build device tree overlays. Timings can be found in .dtsi files.
| Display size | Driver IC | Linux driver |
|---|---|---|
| 7" | ILI2132 | ilitek_ts_i2c |
| 10.1" | ILI2132 | ilitek_ts_i2c |
| 12.1" | ILI2511 | ili210x |
| 15.6" | ILI2510 | ili210x |
In case of using 12.1" or 15.6" it is important to set the touchscreen size as follows:
touch@41 {
.
.
.
touchscreen-size-x = <1920>;
touchscreen-size-y = <1080>;
};
After connecting touch panel via USB, the driver is loaded automatically
Source Toradex - device tree overlays
If you decide to run displays on a different SBC, consider it as a template.