Lines Matching +full:panel +full:- +full:dsi +full:- +full:cm

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/panel-dsi-cm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: DSI command mode panels
10 - Tomi Valkeinen <tomi.valkeinen@ti.com>
11 - Sebastian Reichel <sre@kernel.org>
14 This binding file is a collection of the DSI panels that
16 referenced via the optional backlight property, the DSI
17 panel is assumed to have native backlight support.
18 The panel may use an OF graph binding for the association
23 - $ref: panel-common.yaml#
29 - enum:
30 - motorola,droid4-panel # Panel from Motorola Droid4 phone
31 - nokia,himalaya # Panel from Nokia N950 phone
32 - tpo,taal # Panel from OMAP4 SDP board
33 - const: panel-dsi-cm # Generic DSI command mode panel compatible fallback
37 description: DSI virtual channel
39 vddi-supply:
42 more than one power supply with panel-specific constraints governing the
44 supply is sufficient, either because the panel has a single power rail, or
46 the vddi-supply property specifies the supply powering the panel as a
49 vpnl-supply:
51 When the display panel needs a second power supply, this property can be
52 used in addition to vddi-supply. Both supplies will be enabled at the
53 same time before the panel is being accessed.
55 width-mm: true
56 height-mm: true
59 panel-timing: true
61 reset-gpios: true
62 te-gpios: true
68 - compatible
69 - reg
72 - |
73 #include <dt-bindings/gpio/gpio.h>
75 dsi-controller {
76 #address-cells = <1>;
77 #size-cells = <0>;
79 panel@0 {
80 compatible = "tpo,taal", "panel-dsi-cm";
82 reset-gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>;