Lines Matching +full:mipi +full:- +full:dsi
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/allwinner,sun6i-a31-mipi-dsi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A31 MIPI-DSI Controller Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
16 - allwinner,sun6i-a31-mipi-dsi
17 - allwinner,sun50i-a64-mipi-dsi
29 - description: Bus Clock
30 - description: Module Clock
32 clock-names:
34 - const: bus
35 - const: mod
40 vcc-dsi-supply:
41 description: VCC-DSI power supply of the DSI encoder
46 phy-names:
53 Documentation/devicetree/bindings/media/video-interfaces.txt. That
58 - compatible
59 - reg
60 - interrupts
61 - clocks
62 - phys
63 - phy-names
64 - resets
65 - vcc-dsi-supply
66 - port
69 - $ref: dsi-controller.yaml#
70 - if:
74 const: allwinner,sun6i-a31-mipi-dsi
82 - clock-names
84 - if:
88 const: allwinner,sun50i-a64-mipi-dsi
98 - |
99 dsi0: dsi@1ca0000 {
100 compatible = "allwinner,sun6i-a31-mipi-dsi";
104 clock-names = "bus", "mod";
107 phy-names = "dphy";
108 vcc-dsi-supply = <®_dcdc1>;
109 #address-cells = <1>;
110 #size-cells = <0>;
115 power-supply = <®_display>;
116 reset-gpios = <&r_pio 0 5 1>; /* PL05 */
122 remote-endpoint = <&tcon0_out_dsi0>;