1 Samsung s6e63m0 AMOLED LCD panel
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
21 compatible = "samsung,s6e63m0";
23 reset-gpio = <&mp05 5 1>;
24 vdd3-supply = <&ldo12_reg>;
25 vci-supply = <&ldo11_reg>;
26 spi-max-frequency = <1200000>;
30 remote-endpoint = <&fimd_ep>;