]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - 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
CommitLineData
81c0e3dd
LP
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/;
81c0e3dd 10
f325529b
GU
11&{/} {
12 #address-cells = <2>;
13 #size-cells = <2>;
81c0e3dd 14
f325529b
GU
15 lvds@feb90000 {
16 compatible = "renesas,r8a7791-lvds";
17 reg = <0 0xfeb90000 0 0x1c>;
81c0e3dd 18
f325529b
GU
19 ports {
20 #address-cells = <1>;
21 #size-cells = <0>;
22
23 port@0 {
24 reg = <0>;
25 lvds0_input: endpoint {
81c0e3dd
LP
26 };
27 };
81c0e3dd 28 port@1 {
f325529b
GU
29 reg = <1>;
30 lvds0_out: endpoint {
81c0e3dd
LP
31 };
32 };
33 };
34 };
35};
f325529b
GU
36
37&{/display@feb00000/ports} {
38 port@1 {
39 endpoint {
40 remote-endpoint = <&lvds0_input>;
41 };
42 };
43};