Lines Matching +full:powerdown +full:- +full:gpios
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Nicolas Boichat <drinkcat@chromium.org>
11 - Enric Balletbo i Serra <enric.balletbo@collabora.com>
14 The PS8640 is a low power MIPI-to-eDP video format converter supporting
29 powerdown-gpios:
31 description: GPIO connected to active low powerdown.
33 reset-gpios:
37 vdd12-supply:
41 vdd33-supply:
50 Documentation/devicetree/bindings/media/video-interfaces.txt
53 '#address-cells':
56 '#size-cells':
70 - port@0
75 - compatible
76 - reg
77 - powerdown-gpios
78 - reset-gpios
79 - vdd12-supply
80 - vdd33-supply
81 - ports
86 - |
87 #include <dt-bindings/gpio/gpio.h>
89 #address-cells = <1>;
90 #size-cells = <0>;
92 ps8640: edp-bridge@18 {
95 powerdown-gpios = <&pio 116 GPIO_ACTIVE_LOW>;
96 reset-gpios = <&pio 115 GPIO_ACTIVE_LOW>;
97 vdd12-supply = <&ps8640_fixed_1v2>;
98 vdd33-supply = <&mt6397_vgp2_reg>;
101 #address-cells = <1>;
102 #size-cells = <0>;
107 remote-endpoint = <&dsi0_out>;
114 remote-endpoint = <&panel_in>;