gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / Documentation / devicetree / bindings / display / panel / tpo,td028ttec1.txt
blob898e06ecf4efe5f763c1279ac40c691328408253
1 Toppoly TD028TTEC1 Panel
2 ========================
4 Required properties:
5 - compatible: "tpo,td028ttec1"
7 Optional properties:
8 - label: a symbolic name for the panel
9 - backlight: phandle of the backlight device
11 Required nodes:
12 - Video port for DPI input
14 Example
15 -------
17 lcd-panel: td028ttec1@0 {
18         compatible = "tpo,td028ttec1";
19         reg = <0>;
20         spi-max-frequency = <100000>;
21         spi-cpol;
22         spi-cpha;
24         label = "lcd";
25         backlight = <&backlight>;
26         port {
27                 lcd_in: endpoint {
28                         remote-endpoint = <&dpi_out>;
29                 };
30         };