Lines Matching +full:link +full:- +full:gpios
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt>
13 This panel requires a dual-channel DSI host to operate. It supports two modes:
14 - left-right: each channel drives the left or right half of the screen
15 - even-odd: each channel drives the even or odd lines of the screen
18 driven by the first link (DSI-LINK1) is considered the primary peripheral
20 peripheral driven by the second link (DSI-LINK2).
23 - $ref: panel-common.yaml#
32 enable-gpios: true
33 reset-gpios: true
34 power-supply: true
37 ddi-supply:
43 phandle to the DSI peripheral on the secondary link. Note that the
44 presence of this property marks the containing node as DSI-LINK1.
47 - compatible
48 - reg
52 - link2
55 - power-supply
56 - ddi-supply
57 - enable-gpios
58 - reset-gpios
63 - |
64 #include <dt-bindings/gpio/gpio.h>
65 #include <dt-bindings/gpio/tegra-gpio.h>
68 #address-cells = <1>;
69 #size-cells = <0>;
79 #address-cells = <1>;
80 #size-cells = <0>;
82 nvidia,ganged-mode = <&dsia>;
87 power-supply = <&pplcd_vdd>;
88 ddi-supply = <&pp1800_lcdio>;
89 enable-gpios = <&gpio TEGRA_GPIO(V, 1) GPIO_ACTIVE_HIGH>;
90 reset-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>;