Lines Matching +full:dual +full:- +full:dsi +full:- +full:mode
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Novatek NT35950-based display panels
10 - AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
13 The nt35950 IC from Novatek is a Driver IC used to drive MIPI-DSI panels,
14 with Static RAM for content retention in command mode and also supports
15 video mode with VESA Frame Buffer Compression or Display Stream Compression
16 on single, or dual dsi port(s).
22 - $ref: panel-common.yaml#
27 - enum:
28 - sharp,ls055d1sx04
29 - const: novatek,nt35950
36 reset-gpios:
38 description: phandle of gpio for reset line - This should be 8mA, gpio
39 can be configured using mux, pinctrl, pinctrl-names (active high)
41 avdd-supply:
43 avee-supply:
45 dvdd-supply:
47 vddio-supply:
55 - compatible
56 - reg
57 - reset-gpios
58 - avdd-supply
59 - avee-supply
60 - dvdd-supply
61 - vddio-supply
66 - |
67 #include <dt-bindings/gpio/gpio.h>
70 #address-cells = <1>;
71 #size-cells = <0>;
78 reset-gpios = <&tlmm 94 GPIO_ACTIVE_HIGH>;
80 avdd-supply = <&lab>;
81 avee-supply = <&ibb>;
82 dvdd-supply = <&disp_dvdd_vreg>;
83 vddio-supply = <&vreg_l14a_1p85>;
86 #address-cells = <1>;
87 #size-cells = <0>;
92 remote-endpoint = <&dsi0_out>;
99 remote-endpoint = <&dsi1_out>;