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 <[email protected]>
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-dual.yaml#
27 - enum:
28 - sharp,ls055d1sx04
29 - const: novatek,nt35950
39 reset-gpios:
41 description: phandle of gpio for reset line - This should be 8mA, gpio
42 can be configured using mux, pinctrl, pinctrl-names (active high)
44 avdd-supply:
46 avee-supply:
48 dvdd-supply:
50 vddio-supply:
57 - compatible
58 - reg
59 - reset-gpios
60 - avdd-supply
61 - avee-supply
62 - dvdd-supply
63 - vddio-supply
64 - ports
69 - |
70 #include <dt-bindings/gpio/gpio.h>
73 #address-cells = <1>;
74 #size-cells = <0>;
81 reset-gpios = <&tlmm 94 GPIO_ACTIVE_HIGH>;
83 avdd-supply = <&lab>;
84 avee-supply = <&ibb>;
85 dvdd-supply = <&disp_dvdd_vreg>;
86 vddio-supply = <&vreg_l14a_1p85>;
89 #address-cells = <1>;
90 #size-cells = <0>;
95 remote-endpoint = <&dsi0_out>;
102 remote-endpoint = <&dsi1_out>;