aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2020-04-08 11:03:15 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2020-05-18 11:19:56 +0300
commit2dc408f126ee45615579a8dbf23c7313ffda138b (patch)
treed0718ec966d14627022bd6e01a919a230d1e7270
parentda742e7e0043555c6705ea75dcda55c1d29a0520 (diff)
downloadlinux-dt-2dc408f126ee45615579a8dbf23c7313ffda138b.tar.gz
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 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
+ */
+
+/dts-v1/;
+/plugin/;
+
+&dsi_bridge {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ lcd: display {
+ compatible = "osddisplays,osd101t2045-53ts";
+ reg = <0>;
+
+ label = "lcd";
+
+ backlight = <&lcd_bl>;
+
+ port {
+ lcd_in: endpoint {
+ remote-endpoint = <&dsi_out>;
+ };
+ };
+ };
+};
+
+&dsi_bridge_ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@1 {
+ reg = <1>;
+ dsi_out: endpoint {
+ remote-endpoint = <&lcd_in>;
+ };
+ };
+};
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 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
+ */
+
+/dts-v1/;
+/plugin/;
+
+&dsi_bridge {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ lcd: display {
+ compatible = "osddisplays,osd101t2587-53ts";
+ reg = <0>;
+
+ label = "lcd";
+
+ backlight = <&lcd_bl>;
+
+ port {
+ lcd_in: endpoint {
+ remote-endpoint = <&dsi_out>;
+ };
+ };
+ };
+};
+
+&dsi_bridge_ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@1 {
+ reg = <1>;
+ dsi_out: endpoint {
+ remote-endpoint = <&lcd_in>;
+ };
+ };
+};