From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
DRI Development <dri-devel@lists.freedesktop.org>,
Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Subject: Re: [PATCH v3 06/12] ARM: dts: r8a7790: Convert to new LVDS DT bindings
Date: Thu, 15 Feb 2018 13:30:15 +0200 [thread overview]
Message-ID: <2226345.KzEyxdNEYr@avalon> (raw)
In-Reply-To: <CAMuHMdWvFe1oHnTG9fTN46jOEbns_QS1Ff1BTyw1BFwLjVkAQQ@mail.gmail.com>
Hi Geert,
On Thursday, 15 February 2018 11:20:22 EET Geert Uytterhoeven wrote:
> On Thu, Feb 15, 2018 at 1:04 AM, Laurent Pinchart wrote:
> > The internal LVDS encoder now has DT bindings separate from the DU. Port
> > the device tree over to the new model.
> >
> > Signed-off-by: Laurent Pinchart
> > <laurent.pinchart+renesas@ideasonboard.com>
> >
> > --- a/arch/arm/boot/dts/r8a7790.dtsi
> > +++ b/arch/arm/boot/dts/r8a7790.dtsi
> > @@ -1067,17 +1067,13 @@
> >
> > @@ -1092,11 +1088,61 @@
> > port@1 {
> > reg = <1>;
> > du_out_lvds0: endpoint {
> > + remote-endpoint = <&lvds0_in>;
> > };
> > };
> > port@2 {
> > reg = <2>;
> > du_out_lvds1: endpoint {
> > + remote-endpoint = <&lvds1_in>;
> > + };
> > + };
> > + };
> > + };
> > +
> > + lvds0: lvds@feb90000 {
> > + compatible = "renesas,r8a7790-lvds";
> > + reg = <0 0xfeb90000 0 0x1c>;
> > + clocks = <&cpg CPG_MOD 726>;
> > + status = "disabled";
>
> Missing resets, power-domains (for all lvds nodes in all DTS patches).
Will be fixed in v4.
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2018-02-15 11:29 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-15 0:04 [PATCH v3 00/12] R-Car DU: Convert LVDS code to bridge driver Laurent Pinchart
2018-02-15 0:04 ` Laurent Pinchart
2018-02-15 0:04 ` [PATCH v3 01/12] dt-bindings: display: renesas: Add R-Car LVDS encoder DT bindings Laurent Pinchart
2018-02-15 0:04 ` Laurent Pinchart
2018-02-15 0:04 ` [PATCH v3 02/12] dt-bindings: display: renesas: Deprecate LVDS support in the DU bindings Laurent Pinchart
2018-02-15 0:04 ` Laurent Pinchart
2018-02-15 0:04 ` [PATCH v3 03/12] drm: rcar-du: Fix legacy DT to create LVDS encoder nodes Laurent Pinchart
2018-02-15 9:18 ` Geert Uytterhoeven
2018-02-15 9:18 ` Geert Uytterhoeven
2018-02-15 11:03 ` Laurent Pinchart
2018-02-15 11:32 ` Geert Uytterhoeven
2018-02-20 0:54 ` Rob Herring
2018-02-20 0:54 ` Rob Herring
2018-02-20 9:15 ` Laurent Pinchart
2018-02-20 9:15 ` Laurent Pinchart
2018-02-20 14:04 ` Rob Herring
2018-02-20 14:04 ` Rob Herring
2018-02-15 0:04 ` [PATCH v3 04/12] drm: rcar-du: Convert LVDS encoder code to bridge driver Laurent Pinchart
2018-02-15 0:04 ` Laurent Pinchart
2018-02-15 0:04 ` [PATCH v3 05/12] ARM: dts: porter: Fix HDMI output routing Laurent Pinchart
2018-02-15 18:18 ` Simon Horman
2018-02-15 0:04 ` [PATCH v3 06/12] ARM: dts: r8a7790: Convert to new LVDS DT bindings Laurent Pinchart
2018-02-15 9:20 ` Geert Uytterhoeven
2018-02-15 9:20 ` Geert Uytterhoeven
2018-02-15 11:30 ` Laurent Pinchart [this message]
2018-02-15 18:20 ` Simon Horman
2018-02-15 0:04 ` [PATCH v3 07/12] ARM: dts: r8a7791: " Laurent Pinchart
2018-02-15 0:04 ` [PATCH v3 08/12] ARM: dts: r8a7792: Convert to new DU " Laurent Pinchart
2018-02-15 0:04 ` Laurent Pinchart
2018-02-15 0:04 ` [PATCH v3 09/12] ARM: dts: r8a7793: Convert to new LVDS " Laurent Pinchart
2018-02-15 0:04 ` Laurent Pinchart
2018-02-15 0:04 ` [PATCH v3 10/12] ARM: dts: r8a7794: Convert to new DU " Laurent Pinchart
2018-02-15 0:04 ` [PATCH v3 11/12] arm64: dts: renesas: r8a7795: Convert to new LVDS " Laurent Pinchart
2018-02-15 0:04 ` Laurent Pinchart
2018-02-15 0:04 ` [PATCH v3 12/12] arm64: dts: renesas: r8a7796: " Laurent Pinchart
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2226345.KzEyxdNEYr@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=geert@linux-m68k.org \
--cc=laurent.pinchart+renesas@ideasonboard.com \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=sergei.shtylyov@cogentembedded.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.