Lines Matching +full:edp +full:- +full:bridge
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/bridge/nxp,ptn3460.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP PTN3460 eDP to LVDS bridge
10 - Sean Paul <seanpaul@chromium.org>
17 description: I2C address of the bridge
20 edid-emulation:
34 powerdown-gpios:
38 reset-gpios:
54 Video port for eDP input
57 - port@0
58 - port@1
61 - compatible
62 - reg
63 - edid-emulation
64 - powerdown-gpios
65 - reset-gpios
66 - ports
71 - |
72 #include <dt-bindings/gpio/gpio.h>
75 #address-cells = <1>;
76 #size-cells = <0>;
78 bridge@20 {
81 edid-emulation = <5>;
82 powerdown-gpios = <&gpy2 5 GPIO_ACTIVE_HIGH>;
83 reset-gpios = <&gpx1 5 GPIO_ACTIVE_LOW>;
86 #address-cells = <1>;
87 #size-cells = <0>;
92 remote-endpoint = <&panel_in>;
99 remote-endpoint = <&dp_out>;