summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMarek Belisko2014-05-08 22:16:50 +0200
committerTomi Valkeinen2014-05-09 11:35:51 +0200
commit1f32450911dfa243b8ff79cef62d2ddaeeb3e033 (patch)
tree7ab32b95fd38136fdb6892e2e36726b00f8239a5 /Documentation
parentOMAPDSS: DSI: set regulator voltage to 1.8V (diff)
downloadkernel-qcow2-linux-1f32450911dfa243b8ff79cef62d2ddaeeb3e033.tar.gz
kernel-qcow2-linux-1f32450911dfa243b8ff79cef62d2ddaeeb3e033.tar.xz
kernel-qcow2-linux-1f32450911dfa243b8ff79cef62d2ddaeeb3e033.zip
omapdss: panel-tpo-td028ec1: Add DT support.
Signed-off-by: Marek Belisko <marek@goldelico.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/video/toppoly,td028ttec1.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/video/toppoly,td028ttec1.txt b/Documentation/devicetree/bindings/video/toppoly,td028ttec1.txt
new file mode 100644
index 000000000000..7175dc3740ac
--- /dev/null
+++ b/Documentation/devicetree/bindings/video/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>;
+ };
+ };
+};
+