Lines Matching +full:vci +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/samsung,s6e88a0-ams452ef01.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Michael Srba <Michael.Srba@seznam.cz>
13 - $ref: panel-common.yaml#
17 const: samsung,s6e88a0-ams452ef01
23 reset-gpios: true
24 vdd3-supply:
25 description: core voltage supply
26 vci-supply:
27 description: voltage supply for analog circuits
30 - compatible
31 - reg
32 - port
33 - vdd3-supply
34 - vci-supply
35 - reset-gpios
40 - |
41 #include <dt-bindings/gpio/gpio.h>
44 #address-cells = <1>;
45 #size-cells = <0>;
49 compatible = "samsung,s6e88a0-ams452ef01";
51 vdd3-supply = <&pm8916_l17>;
52 vci-supply = <®_vlcd_vci>;
53 reset-gpios = <&msmgpio 25 GPIO_ACTIVE_HIGH>;
57 remote-endpoint = <&dsi0_out>;