Merge tag 'asoc-fix-v5.4-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / display / panel / sharp,ld-d5116z01b.txt
1 Sharp LD-D5116Z01B 12.3" WUXGA+ eDP panel
2
3 Required properties:
4 - compatible: should be "sharp,ld-d5116z01b"
5 - power-supply: regulator to provide the VCC supply voltage (3.3 volts)
6
7 This binding is compatible with the simple-panel binding.
8
9 The device node can contain one 'port' child node with one child
10 'endpoint' node, according to the bindings defined in [1]. This
11 node should describe panel's video bus.
12
13 [1]: Documentation/devicetree/bindings/media/video-interfaces.txt
14
15 Example:
16
17         panel: panel {
18                 compatible = "sharp,ld-d5116z01b";
19                 power-supply = <&vlcd_3v3>;
20
21                 port {
22                         panel_ep: endpoint {
23                                 remote-endpoint = <&bridge_out_ep>;
24                         };
25                 };
26         };