aboutsummaryrefslogtreecommitdiff
path: root/Bindings/display/panel/toppoly,td028ttec1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bindings/display/panel/toppoly,td028ttec1.txt')
-rw-r--r--Bindings/display/panel/toppoly,td028ttec1.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/Bindings/display/panel/toppoly,td028ttec1.txt b/Bindings/display/panel/toppoly,td028ttec1.txt
new file mode 100644
index 000000000000..7175dc3740ac
--- /dev/null
+++ b/Bindings/display/panel/toppoly,td028ttec1.txt
@@ -0,0 +1,30 @@
+Toppoly TD028TTEC1 Panel
+========================
+
+Required properties:
+- compatible: "toppoly,td028ttec1"
+
+Optional properties:
+- label: a symbolic name for the panel
+
+Required nodes:
+- Video port for DPI input
+
+Example
+-------
+
+lcd-panel: td028ttec1@0 {
+ compatible = "toppoly,td028ttec1";
+ reg = <0>;
+ spi-max-frequency = <100000>;
+ spi-cpol;
+ spi-cpha;
+
+ label = "lcd";
+ port {
+ lcd_in: endpoint {
+ remote-endpoint = <&dpi_out>;
+ };
+ };
+};
+