sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / display / panel / lgphilips,lb035q02.txt
blob1a1e653e54072404c0df38935494ef4b6c1672bc
1 LG.Philips LB035Q02 Panel
2 =========================
4 Required properties:
5 - compatible: "lgphilips,lb035q02"
6 - enable-gpios: panel enable gpio
8 Optional properties:
9 - label: a symbolic name for the panel
11 Required nodes:
12 - Video port for DPI input
14 Example
15 -------
17 lcd-panel: panel@0 {
18         compatible = "lgphilips,lb035q02";
19         reg = <0>;
20         spi-max-frequency = <100000>;
21         spi-cpol;
22         spi-cpha;
24         label = "lcd";
26         enable-gpios = <&gpio7 7 0>;
28         port {
29                 lcd_in: endpoint {
30                         remote-endpoint = <&dpi_out>;
31                 };
32         };