Lines Matching +full:display +full:- +full:controller
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/apple,h7-display-pipe.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Apple pre-DCP display controller
10 - Sasha Finkelstein <fnkl.kernel@gmail.com>
13 A secondary display controller used to drive the "touchbar" on
19 - enum:
20 - apple,t8112-display-pipe
21 - apple,t8103-display-pipe
22 - const: apple,h7-display-pipe
26 - description: Primary register block, controls planes and blending
27 - description:
31 reg-names:
33 - const: be
34 - const: fe
36 power-domains:
38 Phandles to pmgr entries that are needed for this controller to turn on.
44 - description: Unknown function
45 - description: Primary interrupt. Vsync events are reported via it
47 interrupt-names:
49 - const: be
50 - const: fe
57 description: Output port. Always connected to apple,h7-display-pipe-mipi
60 - compatible
61 - reg
62 - interrupts
63 - port
68 - |
69 #include <dt-bindings/interrupt-controller/apple-aic.h>
70 display-pipe@28200000 {
71 compatible = "apple,t8103-display-pipe", "apple,h7-display-pipe";
74 reg-names = "be", "fe";
75 power-domains = <&ps_dispdfr_fe>, <&ps_dispdfr_be>;
76 interrupt-parent = <&aic>;
79 interrupt-names = "be", "fe";
84 remote-endpoint = <&dfr_mipi_in_adp>;