Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livep...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / display / panel / arm,versatile-tft-panel.txt
1 ARM Versatile TFT Panels
2
3 These panels are connected to the daughterboards found on the
4 ARM Versatile reference designs.
5
6 This device node must appear as a child to a "syscon"-compatible
7 node.
8
9 Required properties:
10 - compatible: should be "arm,versatile-tft-panel"
11
12 Required subnodes:
13 - port: see display/panel/panel-common.txt, graph.txt
14
15
16 Example:
17
18 sysreg@0 {
19         compatible = "arm,versatile-sysreg", "syscon", "simple-mfd";
20         reg = <0x00000 0x1000>;
21
22         panel: display@0 {
23                 compatible = "arm,versatile-tft-panel";
24
25                 port {
26                         panel_in: endpoint {
27                                 remote-endpoint = <&foo>;
28                         };
29                 };
30         };
31 };