Lines Matching +full:dvdd +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Ilitek ILI9805 based MIPI-DSI panels
10 - Michael Trimarchi <michael@amarulasolutions.com>
13 - $ref: panel-common.yaml#
18 - enum:
19 - giantplus,gpm1790a0
20 - tianma,tm041xdhg01
21 - const: ilitek,ili9805
26 avdd-supply: true
27 dvdd-supply: true
30 - compatible
31 - avdd-supply
32 - dvdd-supply
33 - reg
34 - reset-gpios
35 - port
36 - backlight
41 - |
42 #include <dt-bindings/gpio/gpio.h>
45 #address-cells = <1>;
46 #size-cells = <0>;
51 avdd-supply = <&avdd_display>;
52 dvdd-supply = <&dvdd_display>;
53 reset-gpios = <&r_pio 0 5 GPIO_ACTIVE_LOW>; /* PL05 */
58 remote-endpoint = <&mipi_dsi_out>;