summaryrefslogtreecommitdiff
path: root/overlays/verdin-imx8mm_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts
blob: c81a28e3d18312dd6c30df85a8ff62472e27b5dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
 * Copyright 2020-2022 Toradex
 */

// Verdin DSI to LVDS Adapter with plugged in
// Capacitive Touch Display 10.1" LVDS orderable at Toradex.

/dts-v1/;
/plugin/;

/ {
	compatible = "toradex,verdin-imx8mm";
};

#include "verdin-imx8_mipi-dsi-to-sn65dsi84.dtsi"
#include "display-lt170410_sn65dsi84_overlay.dtsi"

&atmel_mxt_ts {
	status = "okay";
};

&backlight {
	status = "okay";
};

&gpu {
	status = "okay";
};

/* Verdin I2C_1 */
&i2c4 {
	status = "okay";
};

&lcdif {
	status = "okay";
};

&panel_lvds {
	panel-timing {
		/*
		 * Take the minimum pixelclock as 71.1 MHz is
		 * not working on NXP i.MX 8M Mini
		 */
		clock-frequency = <68900000>;
	};
};