aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Valkeinen2020-04-08 03:03:15 -0500
committerTomi Valkeinen2020-05-18 03:19:56 -0500
commit2dc408f126ee45615579a8dbf23c7313ffda138b (patch)
treed0718ec966d14627022bd6e01a919a230d1e7270
parentda742e7e0043555c6705ea75dcda55c1d29a0520 (diff)
downloadti-upstream-tools-2dc408f126ee45615579a8dbf23c7313ffda138b.tar.gz
ti-upstream-tools-2dc408f126ee45615579a8dbf23c7313ffda138b.tar.xz
ti-upstream-tools-2dc408f126ee45615579a8dbf23c7313ffda138b.zip
Add LCD overlays used by DRA7 EVMs and AM5 IDKs
Add LCD overlays used by DRA74 EVM, DRA72 EVM, and AM57xx IDKs. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-rw-r--r--arch/arm/boot/dts/ti/lcd-osd101t2045.dtso39
-rw-r--r--arch/arm/boot/dts/ti/lcd-osd101t2587.dtso39
2 files changed, 78 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ti/lcd-osd101t2045.dtso b/arch/arm/boot/dts/ti/lcd-osd101t2045.dtso
new file mode 100644
index 0000000..c9d8bbf
--- /dev/null
+++ b/arch/arm/boot/dts/ti/lcd-osd101t2045.dtso
@@ -0,0 +1,39 @@
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
4 */
5
6/dts-v1/;
7/plugin/;
8
9&dsi_bridge {
10 #address-cells = <1>;
11 #size-cells = <0>;
12
13 lcd: display {
14 compatible = "osddisplays,osd101t2045-53ts";
15 reg = <0>;
16
17 label = "lcd";
18
19 backlight = <&lcd_bl>;
20
21 port {
22 lcd_in: endpoint {
23 remote-endpoint = <&dsi_out>;
24 };
25 };
26 };
27};
28
29&dsi_bridge_ports {
30 #address-cells = <1>;
31 #size-cells = <0>;
32
33 port@1 {
34 reg = <1>;
35 dsi_out: endpoint {
36 remote-endpoint = <&lcd_in>;
37 };
38 };
39};
diff --git a/arch/arm/boot/dts/ti/lcd-osd101t2587.dtso b/arch/arm/boot/dts/ti/lcd-osd101t2587.dtso
new file mode 100644
index 0000000..72a0e84
--- /dev/null
+++ b/arch/arm/boot/dts/ti/lcd-osd101t2587.dtso
@@ -0,0 +1,39 @@
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
4 */
5
6/dts-v1/;
7/plugin/;
8
9&dsi_bridge {
10 #address-cells = <1>;
11 #size-cells = <0>;
12
13 lcd: display {
14 compatible = "osddisplays,osd101t2587-53ts";
15 reg = <0>;
16
17 label = "lcd";
18
19 backlight = <&lcd_bl>;
20
21 port {
22 lcd_in: endpoint {
23 remote-endpoint = <&dsi_out>;
24 };
25 };
26 };
27};
28
29&dsi_bridge_ports {
30 #address-cells = <1>;
31 #size-cells = <0>;
32
33 port@1 {
34 reg = <1>;
35 dsi_out: endpoint {
36 remote-endpoint = <&lcd_in>;
37 };
38 };
39};