Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: panel: Add Sharp LD-D5116Z01B

The Sharp LD-D5116Z01B is a 12.3" eDP panel with a 1920X1280 resolution.

Signed-off-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190708165753.46275-1-jeffrey.l.hugo@gmail.com

authored by

Jeffrey Hugo and committed by
Sam Ravnborg
85266d75 afd6d4f5

+26
+26
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 + };