Lines Matching +full:video +full:- +full:mux
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sumit Semwal <sumit.semwal@linaro.org>
16 resolution of 1080x2246. It is a video mode DSI panel.
19 - $ref: panel-common.yaml#
24 - enum:
25 - tianma,fhd-video
26 - const: novatek,nt36672a
32 reset-gpios:
34 description: phandle of gpio for reset line - This should be 8mA, gpio
35 can be configured using mux, pinctrl, pinctrl-names (active high)
37 vddio-supply:
41 vddpos-supply:
44 vddneg-supply:
52 - compatible
53 - reg
54 - vddio-supply
55 - vddpos-supply
56 - vddneg-supply
57 - reset-gpios
58 - port
63 - |+
64 #include <dt-bindings/gpio/gpio.h>
67 #address-cells = <1>;
68 #size-cells = <0>;
71 compatible = "tianma,fhd-video", "novatek,nt36672a";
73 vddio-supply = <&vreg_l14a_1p88>;
74 vddpos-supply = <&lab>;
75 vddneg-supply = <&ibb>;
78 reset-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
82 remote-endpoint = <&dsi0_out>;