Lines Matching +full:lcd +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: Himax HX8394 MIPI-DSI LCD panel controller
10 - Ondrej Jirman <megi@xff.cz>
11 - Javier Martinez Canillas <javierm@redhat.com>
15 such as the HannStar HSD060BHW4 720x1440 TFT LCD panel connected with
16 a MIPI-DSI video interface.
19 - $ref: panel-common.yaml#
24 - enum:
25 - hannstar,hsd060bhw4
26 - const: himax,hx8394
30 reset-gpios: true
36 vcc-supply:
37 description: Panel power supply
39 iovcc-supply:
40 description: I/O voltage supply
43 - compatible
44 - reg
45 - reset-gpios
46 - backlight
47 - port
48 - vcc-supply
49 - iovcc-supply
54 - |
55 #include <dt-bindings/gpio/gpio.h>
58 #address-cells = <1>;
59 #size-cells = <0>;
63 vcc-supply = <®_2v8_p>;
64 iovcc-supply = <®_1v8_p>;
65 reset-gpios = <&gpio3 13 GPIO_ACTIVE_LOW>;
70 remote-endpoint = <&mipi_out_panel>;