1Sharp LD-D5116Z01B 12.3" WUXGA+ eDP panel 2 3Required properties: 4- compatible: should be "sharp,ld-d5116z01b" 5- power-supply: regulator to provide the VCC supply voltage (3.3 volts) 6 7This binding is compatible with the simple-panel binding. 8 9The device node can contain one 'port' child node with one child 10'endpoint' node, according to the bindings defined in [1]. This 11node should describe panel's video bus. 12 13[1]: Documentation/devicetree/bindings/media/video-interfaces.txt 14 15Example: 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 }; 27