gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / Documentation / devicetree / bindings / display / panel / samsung,s6e63m0.txt
blob9fb9ebeef8e48925f11b35f34857563300d7c518
1 Samsung s6e63m0 AMOLED LCD panel
3 Required properties:
4   - compatible: "samsung,s6e63m0"
5   - reset-gpios: GPIO spec for reset pin
6   - vdd3-supply: VDD regulator
7   - vci-supply: VCI regulator
9 The panel must obey rules for SPI slave device specified in document [1].
11 The device node can contain one 'port' child node with one child
12 'endpoint' node, according to the bindings defined in [2]. This
13 node should describe panel's video bus.
15 [1]: Documentation/devicetree/bindings/spi/spi-bus.txt
16 [2]: Documentation/devicetree/bindings/media/video-interfaces.txt
18 Example:
20                 s6e63m0: display@0 {
21                         compatible = "samsung,s6e63m0";
22                         reg = <0>;
23                         reset-gpio = <&mp05 5 1>;
24                         vdd3-supply = <&ldo12_reg>;
25                         vci-supply = <&ldo11_reg>;
26                         spi-max-frequency = <1200000>;
28                         port {
29                                 lcd_ep: endpoint {
30                                         remote-endpoint = <&fimd_ep>;
31                                 };
32                         };
33                 };