]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/video/panel-dsi-cm.txt
xen: fix the check of e_pfn in xen_find_pfn_range
[karo-tx-linux.git] / Documentation / devicetree / bindings / video / panel-dsi-cm.txt
1 Generic MIPI DSI Command Mode Panel
2 ===================================
3
4 Required properties:
5 - compatible: "panel-dsi-cm"
6
7 Optional properties:
8 - label: a symbolic name for the panel
9 - reset-gpios: panel reset gpio
10 - te-gpios: panel TE gpio
11
12 Required nodes:
13 - Video port for DSI input
14
15 Example
16 -------
17
18 lcd0: display {
19         compatible = "tpo,taal", "panel-dsi-cm";
20         label = "lcd0";
21
22         reset-gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>;
23
24         port {
25                 lcd0_in: endpoint {
26                         remote-endpoint = <&dsi1_out_ep>;
27                 };
28         };
29 };