diff options
author | Fabrizio Castro <[email protected]> | 2019-08-02 08:34:07 +0100 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2019-08-05 17:47:53 +0200 |
commit | a2fe2cd26285061fd9ef2649bac529f1db33d50b (patch) | |
tree | 2864e70644309f7ddad77ea7935dbeec8464f894 | |
parent | c070bf341093652fd82ebd1de5f1dcf5e10afbb6 (diff) |
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: Fabrizio Castro <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Geert Uytterhoeven <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi index bdf555f48268..746775f4ab99 100644 --- a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi @@ -1848,6 +1848,8 @@ resets = <&cpg 727>; status = "disabled"; + renesas,companion = <&lvds1>; + ports { #address-cells = <1>; #size-cells = <0>; |