1 # SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/panel/panel-simple-dsi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Simple DSI panels with a single power-supply
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Sam Ravnborg <sam@ravnborg.org>
14 This binding file is a collection of the DSI panels that
15 requires only a single power-supply.
16 There are optionally a backlight and an enable GPIO.
17 The panel may use an OF graph binding for the association to the display,
18 or it may be a direct child node of the display.
20 If the panel is more advanced a dedicated binding file is required.
23 - $ref: panel-common.yaml#
29 # compatible must be listed in alphabetical order, ordered by compatible.
30 # The description in the comment is mandatory for each compatible.
32 # Panasonic 10" WUXGA TFT LCD panel
33 - panasonic,vvx10f034n00
37 description: DSI virtual channel
44 additionalProperties: false
57 compatible = "panasonic,vvx10f034n00";
59 power-supply = <&vcc_lcd_reg>;
63 remote-endpoint = <<dc_out>;