]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7791.dts
Merge tag 'media/v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[mirror_ubuntu-jammy-kernel.git] / drivers / gpu / drm / rcar-du / rcar_du_of_lvds_r8a7791.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * rcar_du_of_lvds_r8a7791.dts - Legacy LVDS DT bindings conversion for R8A7791
4 *
5 * Copyright (C) 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6 */
7
8 /dts-v1/;
9 /plugin/;
10
11 &{/} {
12 #address-cells = <2>;
13 #size-cells = <2>;
14
15 lvds@feb90000 {
16 compatible = "renesas,r8a7791-lvds";
17 reg = <0 0xfeb90000 0 0x1c>;
18
19 ports {
20 #address-cells = <1>;
21 #size-cells = <0>;
22
23 port@0 {
24 reg = <0>;
25 lvds0_input: endpoint {
26 };
27 };
28 port@1 {
29 reg = <1>;
30 lvds0_out: endpoint {
31 };
32 };
33 };
34 };
35 };
36
37 &{/display@feb00000/ports} {
38 port@1 {
39 endpoint {
40 remote-endpoint = <&lvds0_input>;
41 };
42 };
43 };