Linux-libre 5.4.47-gnu
[librecmc/linux-libre.git] / Documentation / devicetree / bindings / display / panel / samsung,s6e63m0.txt
1 Samsung s6e63m0 AMOLED LCD panel
2
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
8
9 The panel must obey rules for SPI slave device specified in document [1].
10
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.
14
15 [1]: Documentation/devicetree/bindings/spi/spi-bus.txt
16 [2]: Documentation/devicetree/bindings/media/video-interfaces.txt
17
18 Example:
19
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>;
27
28                         port {
29                                 lcd_ep: endpoint {
30                                         remote-endpoint = <&fimd_ep>;
31                                 };
32                         };
33                 };