Lines Matching +full:vsn +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/boe,tv101wum-ll2.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: BOE TV101WUM-LL2 DSI Display Panel
10 - Neil Armstrong <neil.armstrong@linaro.org>
13 - $ref: panel-common.yaml#
17 const: boe,tv101wum-ll2
24 reset-gpios: true
25 vsp-supply: true
26 vsn-supply: true
31 - compatible
32 - reg
33 - reset-gpios
34 - vsp-supply
35 - vsn-supply
36 - port
41 - |
42 #include <dt-bindings/gpio/gpio.h>
44 #address-cells = <1>;
45 #size-cells = <0>;
47 compatible = "boe,tv101wum-ll2";
50 vsn-supply = <&vsn_lcd>;
51 vsp-supply = <&vsp_lcd>;
53 reset-gpios = <&pio 45 GPIO_ACTIVE_LOW>;
57 remote-endpoint = <&dsi_out>;