Message ID | 1564731249-22671-11-git-send-email-fabrizio.castro@bp.renesas.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | Add dual-LVDS panel support to EK874 | expand |
Hi Fabrizio, Thank you for the patch. On Fri, Aug 02, 2019 at 08:34:07AM +0100, Fabrizio Castro wrote: > 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 <fabrizio.castro@bp.renesas.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> and taken in my tree. > --- > arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi > index e7b5bf2..b36d3b08 100644 > --- a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi > @@ -1844,6 +1844,8 @@ > resets = <&cpg 727>; > status = "disabled"; > > + renesas,companion = <&lvds1>; > + > ports { > #address-cells = <1>; > #size-cells = <0>;
Hi Laurent, On Fri, Aug 2, 2019 at 10:27 AM Laurent Pinchart <laurent.pinchart@ideasonboard.com> wrote: > On Fri, Aug 02, 2019 at 08:34:07AM +0100, Fabrizio Castro wrote: > > 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 <fabrizio.castro@bp.renesas.com> > > Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > > and taken in my tree. Shouldn't this go through renesas-devel and arm-soc? > > --- > > arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 2 ++ Gr{oetje,eeting}s, Geert
Hi Geert, On Fri, Aug 02, 2019 at 11:03:54AM +0200, Geert Uytterhoeven wrote: > On Fri, Aug 2, 2019 at 10:27 AM Laurent Pinchart wrote: > > On Fri, Aug 02, 2019 at 08:34:07AM +0100, Fabrizio Castro wrote: > > > 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 <fabrizio.castro@bp.renesas.com> > > > > Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > > > > and taken in my tree. > > Shouldn't this go through renesas-devel and arm-soc? I'm collecting multimedia-related DT patches for v5.4, but if you or Simon want to take this patch, it will save me from sending a pull request, so please go ahead :-)
Hi Laurent, On Fri, Aug 2, 2019 at 11:10 AM Laurent Pinchart <laurent.pinchart@ideasonboard.com> wrote: > On Fri, Aug 02, 2019 at 11:03:54AM +0200, Geert Uytterhoeven wrote: > > On Fri, Aug 2, 2019 at 10:27 AM Laurent Pinchart wrote: > > > On Fri, Aug 02, 2019 at 08:34:07AM +0100, Fabrizio Castro wrote: > > > > 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 <fabrizio.castro@bp.renesas.com> > > > > > > Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > > > > > > and taken in my tree. > > > > Shouldn't this go through renesas-devel and arm-soc? > > I'm collecting multimedia-related DT patches for v5.4, but if you or > Simon want to take this patch, it will save me from sending a pull > request, so please go ahead :-) Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> i.e. will queue in renesas-devel for v5.4. Gr{oetje,eeting}s, Geert
diff --git a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi index e7b5bf2..b36d3b08 100644 --- a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi @@ -1844,6 +1844,8 @@ resets = <&cpg 727>; status = "disabled"; + renesas,companion = <&lvds1>; + ports { #address-cells = <1>; #size-cells = <0>;
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 <fabrizio.castro@bp.renesas.com> --- arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 2 ++ 1 file changed, 2 insertions(+)