Commit a2fe2cd2 authored by Fabrizio Castro's avatar Fabrizio Castro Committed by Geert Uytterhoeven

arm64: dts: renesas: r8a774c0: Point LVDS0 to its companion LVDS1

Add the new renesas,companion property to the LVDS0 node to point to the
companion LVDS encoder LVDS1.
Based on similar work from Laurent Pinchart for the r8a7799[05].
Signed-off-by: default avatarFabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent c070bf34
...@@ -1848,6 +1848,8 @@ lvds0: lvds-encoder@feb90000 { ...@@ -1848,6 +1848,8 @@ lvds0: lvds-encoder@feb90000 {
resets = <&cpg 727>; resets = <&cpg 727>;
status = "disabled"; status = "disabled";
renesas,companion = <&lvds1>;
ports { ports {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment