summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/display/panel/samsung,s6e63m0.txt
blob: 9fb9ebeef8e48925f11b35f34857563300d7c518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Samsung s6e63m0 AMOLED LCD panel

Required properties:
  - compatible: "samsung,s6e63m0"
  - reset-gpios: GPIO spec for reset pin
  - vdd3-supply: VDD regulator
  - vci-supply: VCI regulator

The panel must obey rules for SPI slave device specified in document [1].

The device node can contain one 'port' child node with one child
'endpoint' node, according to the bindings defined in [2]. This
node should describe panel's video bus.

[1]: Documentation/devicetree/bindings/spi/spi-bus.txt
[2]: Documentation/devicetree/bindings/media/video-interfaces.txt

Example:

		s6e63m0: display@0 {
			compatible = "samsung,s6e63m0";
			reg = <0>;
			reset-gpio = <&mp05 5 1>;
			vdd3-supply = <&ldo12_reg>;
			vci-supply = <&ldo11_reg>;
			spi-max-frequency = <1200000>;

			port {
				lcd_ep: endpoint {
					remote-endpoint = <&fimd_ep>;
				};
			};
		};