]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/display/panel/toppoly,td028ttec1.txt
Merge remote-tracking branch 'percpu/for-next'
[karo-tx-linux.git] / Documentation / devicetree / bindings / display / panel / toppoly,td028ttec1.txt
1 Toppoly TD028TTEC1 Panel
2 ========================
3
4 Required properties:
5 - compatible: "toppoly,td028ttec1"
6
7 Optional properties:
8 - label: a symbolic name for the panel
9
10 Required nodes:
11 - Video port for DPI input
12
13 Example
14 -------
15
16 lcd-panel: td028ttec1@0 {
17         compatible = "toppoly,td028ttec1";
18         reg = <0>;
19         spi-max-frequency = <100000>;
20         spi-cpol;
21         spi-cpha;
22
23         label = "lcd";
24         port {
25                 lcd_in: endpoint {
26                         remote-endpoint = <&dpi_out>;
27                 };
28         };
29 };
30