Linux 4.16-rc3
[cris-mirror.git] / Documentation / devicetree / bindings / display / panel / tpo,td028ttec1.txt
blobed34253d9fb129916f25db38440faf13645721c3
1 Toppoly TD028TTEC1 Panel
2 ========================
4 Required properties:
5 - compatible: "tpo,td028ttec1"
7 Optional properties:
8 - label: a symbolic name for the panel
10 Required nodes:
11 - Video port for DPI input
13 Example
14 -------
16 lcd-panel: td028ttec1@0 {
17         compatible = "tpo,td028ttec1";
18         reg = <0>;
19         spi-max-frequency = <100000>;
20         spi-cpol;
21         spi-cpha;
23         label = "lcd";
24         port {
25                 lcd_in: endpoint {
26                         remote-endpoint = <&dpi_out>;
27                 };
28         };