Lines Matching +full:dual +full:- +full:lane

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Chun-Kuang Hu <chunkuang.hu@kernel.org>
11 - Philipp Zabel <p.zabel@pengutronix.de>
12 - Jitao Shi <jitao.shi@mediatek.com>
16 drive up to 4-lane MIPI DSI output. Two DSIs can be synchronized for dual-
20 - $ref: /schemas/display/dsi-controller.yaml#
25 - enum:
26 - mediatek,mt2701-dsi
27 - mediatek,mt7623-dsi
28 - mediatek,mt8167-dsi
29 - mediatek,mt8173-dsi
30 - mediatek,mt8183-dsi
31 - mediatek,mt8186-dsi
32 - mediatek,mt8188-dsi
33 - items:
34 - enum:
35 - mediatek,mt6795-dsi
36 - const: mediatek,mt8173-dsi
37 - items:
38 - enum:
39 - mediatek,mt8195-dsi
40 - mediatek,mt8365-dsi
41 - const: mediatek,mt8183-dsi
49 power-domains:
54 - description: Engine Clock
55 - description: Digital Clock
56 - description: HS Clock
58 clock-names:
60 - const: engine
61 - const: digital
62 - const: hs
70 phy-names:
72 - const: dphy
78 port of an attached DSI panel or DSI-to-eDP encoder chip.
81 - compatible
82 - reg
83 - interrupts
84 - power-domains
85 - clocks
86 - clock-names
87 - phys
88 - phy-names
89 - port
94 - |
95 #include <dt-bindings/clock/mt8183-clk.h>
96 #include <dt-bindings/interrupt-controller/arm-gic.h>
97 #include <dt-bindings/interrupt-controller/irq.h>
98 #include <dt-bindings/power/mt8183-power.h>
99 #include <dt-bindings/phy/phy.h>
100 #include <dt-bindings/reset/mt8183-resets.h>
103 #address-cells = <2>;
104 #size-cells = <2>;
107 compatible = "mediatek,mt8183-dsi";
110 power-domains = <&spm MT8183_POWER_DOMAIN_DISP>;
114 clock-names = "engine", "digital", "hs";
117 phy-names = "dphy";
120 remote-endpoint = <&panel_in>;