Lines Matching +full:id +full:- +full:gpios
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
37 reset-gpios: true
38 enable-gpios: true
39 te-gpios: true
41 vdd3-supply:
44 vci-supply:
48 - compatible
49 - reg
50 - vdd3-supply
51 - vci-supply
52 - reset-gpios
57 - |
58 #include <dt-bindings/gpio/gpio.h>
61 #address-cells = <1>;
62 #size-cells = <0>;
67 vdd3-supply = <&ldo27_reg>;
68 vci-supply = <&ldo28_reg>;
69 reset-gpios = <&gpg0 0 GPIO_ACTIVE_LOW>;
70 enable-gpios = <&gpf1 5 GPIO_ACTIVE_HIGH>;
71 te-gpios = <&gpf1 3 GPIO_ACTIVE_HIGH>;