1 Samsung S6E8AA0 AMOLED LCD 5.3 inch panel
4 - compatible: "samsung,s6e8aa0"
5 - reg: the virtual channel number of a DSI peripheral
6 - vdd3-supply: core voltage supply
7 - vci-supply: voltage supply for analog circuits
8 - reset-gpios: a GPIO spec for the reset pin
9 - display-timings: timings for the connected panel as described by [1]
12 - power-on-delay: delay after turning regulators on [ms]
13 - reset-delay: delay after reset sequence [ms]
14 - init-delay: delay after initialization sequence [ms]
15 - panel-width-mm: physical panel width [mm]
16 - panel-height-mm: physical panel height [mm]
17 - flip-horizontal: boolean to flip image horizontally
18 - flip-vertical: boolean to flip image vertically
20 The device node can contain one 'port' child node with one child
21 'endpoint' node, according to the bindings defined in [2]. This
22 node should describe panel's video bus.
24 [1]: Documentation/devicetree/bindings/display/panel/display-timing.txt
25 [2]: Documentation/devicetree/bindings/media/video-interfaces.txt
30 compatible = "samsung,s6e8aa0";
32 vdd3-supply = <&vcclcd_reg>;
33 vci-supply = <&vlcd_reg>;
34 reset-gpios = <&gpy4 5 0>;
38 panel-width-mm = <58>;
39 panel-height-mm = <103>;
45 clock-frequency = <57153600>;