Lines Matching +full:vci +full:- +full:supply
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/panel/samsung,amoled-mipi-dsi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung AMOLED MIPI-DSI panels
10 - Hoegeun Kwon <hoegeun.kwon@samsung.com>
13 - $ref: panel-common.yaml#
15 - if:
20 - samsung,s6e3ha2
21 - samsung,s6e3hf2
24 - enable-gpios
30 - samsung,s6e63j0x03
32 - samsung,s6e3ha2
34 - samsung,s6e3hf2
39 reset-gpios: true
40 enable-gpios: true
41 te-gpios: true
43 vdd3-supply:
44 description: I/O voltage supply
46 vci-supply:
47 description: voltage supply for analog circuits
50 - compatible
51 - reg
52 - vdd3-supply
53 - vci-supply
54 - reset-gpios
59 - |
60 #include <dt-bindings/gpio/gpio.h>
63 #address-cells = <1>;
64 #size-cells = <0>;
69 vdd3-supply = <&ldo27_reg>;
70 vci-supply = <&ldo28_reg>;
71 reset-gpios = <&gpg0 0 GPIO_ACTIVE_LOW>;
72 enable-gpios = <&gpf1 5 GPIO_ACTIVE_HIGH>;
73 te-gpios = <&gpf1 3 GPIO_ACTIVE_HIGH>;