4 The Mediatek DSI function block is a sink of the display subsystem and can
5 drive up to 4-lane MIPI DSI output. Two DSIs can be synchronized for dual-
9 - compatible: "mediatek,<chip>-dsi"
10 - reg: Physical base address and length of the controller's registers
11 - interrupts: The interrupt signal from the function block.
12 - clocks: device clocks
13 See Documentation/devicetree/bindings/clock/clock-bindings.txt for details.
14 - clock-names: must contain "engine", "digital", and "hs"
15 - phys: phandle link to the MIPI D-PHY controller.
16 - phy-names: must contain "dphy"
17 - port: Output port node with endpoint definitions as described in
18 Documentation/devicetree/bindings/graph.txt. This port should be connected
19 to the input port of an attached DSI panel or DSI-to-eDP encoder chip.
21 MIPI TX Configuration Module
22 ============================
24 The MIPI TX configuration module controls the MIPI D-PHY.
27 - compatible: "mediatek,<chip>-mipi-tx"
28 - reg: Physical base address and length of the controller's registers
29 - clocks: PLL reference clock
30 - clock-output-names: name of the output clock line to the DSI encoder
31 - #clock-cells: must be <0>;
32 - #phy-cells: must be <0>.
36 mipi_tx0: mipi-dphy@10215000 {
37 compatible = "mediatek,mt8173-mipi-tx";
38 reg = <0 0x10215000 0 0x1000>;
40 clock-output-names = "mipi_tx0_pll";
46 compatible = "mediatek,mt8173-dsi";
47 reg = <0 0x1401b000 0 0x1000>;
48 interrupts = <GIC_SPI 192 IRQ_TYPE_LEVEL_LOW>;
49 clocks = <&mmsys MM_DSI0_ENGINE>, <&mmsys MM_DSI0_DIGITAL>,
51 clock-names = "engine", "digital", "hs";
57 remote-endpoint = <&panel_in>;