btrfs: qgroup: Fix reserved data space leak if we have multiple reserve calls
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / display / panel / sgd,gktw70sdae4se.txt
1 Solomon Goldentek Display GKTW70SDAE4SE LVDS Display Panel
2 ==========================================================
3
4 The GKTW70SDAE4SE is a 7" WVGA TFT-LCD display panel.
5
6 These DT bindings follow the LVDS panel bindings defined in panel-lvds.txt
7 with the following device-specific properties.
8
9 Required properties:
10
11 - compatible: Shall contain "sgd,gktw70sdae4se" and "panel-lvds", in that order.
12
13 Example
14 -------
15
16 panel {
17         compatible = "sgd,gktw70sdae4se", "panel-lvds";
18
19         width-mm = <153>;
20         height-mm = <86>;
21
22         data-mapping = "jeida-18";
23
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         };
35
36         port {
37                 panel_in: endpoint {
38                         remote-endpoint = <&lvds_encoder>;
39                 };
40         };
41 };