1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/panel/novatek,nt35950.yaml#
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).
17 This DDIC is also capable of upscaling an input image to the panel's native
18 resolution, for example it can upscale a 1920x1080 input to 3840x2160 with
19 either bilinear interpolation or pixel duplication.
22 - $ref: panel-common-dual.yaml#
29 - const: novatek,nt35950
30 description: This indicates the panel manufacturer of the panel
31 that is in turn using the NT35950 panel driver. The compatible
32 string determines how the NT35950 panel driver shall be configured
33 to work with the indicated panel. The novatek,nt35950 compatible shall
34 always be provided as a fallback.
41 description: phandle of gpio for reset line - This should be 8mA, gpio
42 can be configured using mux, pinctrl, pinctrl-names (active high)
45 description: positive boost supply regulator
47 description: negative boost supply regulator
49 description: regulator that supplies the digital voltage
51 description: regulator that supplies the I/O voltage
66 additionalProperties: false
70 #include <dt-bindings/gpio/gpio.h>
77 compatible = "sharp,ls055d1sx04", "novatek,nt35950";
80 backlight = <&pmi8998_wled>;
81 reset-gpios = <&tlmm 94 GPIO_ACTIVE_HIGH>;
85 dvdd-supply = <&disp_dvdd_vreg>;
86 vddio-supply = <&vreg_l14a_1p85>;
95 remote-endpoint = <&dsi0_out>;
101 panel_in1: endpoint {
102 remote-endpoint = <&dsi1_out>;