Lines Matching +full:set +full:- +full:of +full:- +full:ports
7 - compatible: should be set to "cdns,dsi".
8 - reg: physical base address and length of the controller's registers.
9 - interrupts: interrupt line connected to the DSI bridge.
10 - clocks: DSI bridge clocks.
11 - clock-names: must contain "dsi_p_clk" and "dsi_sys_clk".
12 - phys: phandle link to the MIPI D-PHY controller.
13 - phy-names: must contain "dphy".
14 - #address-cells: must be set to 1.
15 - #size-cells: must be set to 0.
18 - resets: DSI reset lines.
19 - reset-names: can contain "dsi_p_rst".
22 - ports: Ports as described in Documentation/devicetree/bindings/graph.txt.
23 2 ports are available:
24 * port 0: this port is only needed if some of your DSI devices are
29 Other ports will be added later to support the new kind of inputs.
31 - one subnode per DSI device connected on the DSI bus. Each DSI device should
39 clock-names = "dsi_p_clk", "dsi_sys_clk";
42 phy-names = "dphy";
43 #address-cells = <1>;
44 #size-cells = <0>;
46 ports {
47 #address-cells = <1>;
48 #size-cells = <0>;
53 remote-endpoint = <&xxx_dpi_output>;
58 panel: dsi-dev@0 {
70 clock-names = "dsi_p_clk", "dsi_sys_clk";
73 phy-names = "dphy";
74 #address-cells = <1>;
75 #size-cells = <0>;
77 ports {
78 #address-cells = <1>;
79 #size-cells = <0>;
83 #address-cells = <1>;
84 #size-cells = <0>;
88 remote-endpoint = <&dsi_panel_input>;
95 remote-endpoint = <&xxx_dpi_output>;
108 remote-endpoint = <&dsi0_output>;