Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / display / panel / sgd,gktw70sdae4se.txt
blobd06644b555bd883a5d881078a382c77582fc9a66
1 Solomon Goldentek Display GKTW70SDAE4SE LVDS Display Panel
2 ==========================================================
4 The GKTW70SDAE4SE is a 7" WVGA TFT-LCD display panel.
6 These DT bindings follow the LVDS panel bindings defined in panel-lvds.txt
7 with the following device-specific properties.
9 Required properties:
11 - compatible: Shall contain "sgd,gktw70sdae4se" and "panel-lvds", in that order.
13 Example
14 -------
16 panel {
17         compatible = "sgd,gktw70sdae4se", "panel-lvds";
19         width-mm = <153>;
20         height-mm = <86>;
22         data-mapping = "jeida-18";
24         panel-timing {
25                 clock-frequency = <32000000>;
26                 hactive = <800>;
27                 vactive = <480>;
28                 hback-porch = <39>;
29                 hfront-porch = <39>;
30                 vback-porch = <29>;
31                 vfront-porch = <13>;
32                 hsync-len = <47>;
33                 vsync-len = <2>;
34         };
36         port {
37                 panel_in: endpoint {
38                         remote-endpoint = <&lvds_encoder>;
39                 };
40         };