From: Simon Horman <horms@verge.net.au>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH v2.1 4/7] arm64: dts: renesas: r8a7796: Add HDMI encoder instance
Date: Tue, 11 Jul 2017 11:00:23 +0200 [thread overview]
Message-ID: <20170711090022.GD4517@verge.net.au> (raw)
In-Reply-To: <4337078.Ri4fPy66DN@avalon>
On Mon, Jul 10, 2017 at 12:49:45PM +0300, Laurent Pinchart wrote:
> Hi Simon,
>
> On Monday 10 Jul 2017 11:07:50 Simon Horman wrote:
> > On Wed, Jun 21, 2017 at 03:17:30PM +0300, Laurent Pinchart wrote:
> > > Add the HDMI encoder to the R8A7796 DT in disabled state.
> > >
> > > Signed-off-by: Laurent Pinchart
> > > <laurent.pinchart+renesas@ideasonboard.com>
> > > ---
> > >
> > > arch/arm64/boot/dts/renesas/r8a7796.dtsi | 25 +++++++++++++++++++++++++
> > > 1 file changed, 25 insertions(+)
> > >
> > > Changes since v2:
> > >
> > > - Rename node to hdmi@fead0000
> > >
> > > diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> > > b/arch/arm64/boot/dts/renesas/r8a7796.dtsi index
> > > ad9cd1c3199f..8c1a770c41cd 100644
> > > --- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> > > +++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> > > @@ -1532,6 +1532,31 @@
> > >
> > > power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
> > >
> > > };
> > >
> > > + hdmi0: hdmi@fead0000 {
> > > + compatible = "renesas,r8a7796-hdmi", "renesas,rcar-
> gen3-hdmi";
> > > + reg = <0 0xfead0000 0 0x10000>;
> > > + interrupts = <GIC_SPI 389 IRQ_TYPE_LEVEL_HIGH>;
> > > + clocks = <&cpg CPG_MOD 729>, <&cpg CPG_CORE
> R8A7796_CLK_HDMI>;
> > > + clock-names = "iahb", "isfr";
> > > + power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
> > > + resets = <&cpg 729>;
> > > + status = "disabled";
> > > +
> > > + ports {
> > > + #address-cells = <1>;
> > > + #size-cells = <0>;
> > > + port@0 {
> > > + reg = <0>;
> > > + dw_hdmi0_in: endpoint {
> > > + remote-endpoint =
> <&du_out_hdmi0>;
> >
> > du_out_hdmi0 is used here but does not exist until the following patch is
> > applied. What to do?
>
> Good point. I'll resubmit patches 4/7 and 5/7 with a fix.
Thanks, that seems better.
I have queued up the resulting series.
next prev parent reply other threads:[~2017-07-11 9:00 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-21 9:31 [PATCH v2 0/7] R-Car Salvator-X M3-W: Enable DU support Laurent Pinchart
2017-06-21 9:31 ` [PATCH v2 1/7] dt-bindings: display: renesas: Add R-Car M3-W HDMI TX DT bindings Laurent Pinchart
2017-06-21 9:35 ` Geert Uytterhoeven
2017-06-21 9:35 ` Geert Uytterhoeven
2017-06-26 15:56 ` Rob Herring
2017-06-26 15:56 ` Rob Herring
2017-07-10 9:25 ` Simon Horman
2017-07-11 9:00 ` Simon Horman
2017-07-11 9:00 ` Simon Horman
2017-06-21 9:31 ` [PATCH v2 2/7] arm64: dts: renesas: r8a7796: Add FCPF and FCPV instances Laurent Pinchart
2017-07-12 7:22 ` Geert Uytterhoeven
2017-07-12 8:45 ` Laurent Pinchart
2017-07-13 7:48 ` Simon Horman
2017-06-21 9:31 ` [PATCH v2 3/7] arm64: dts: renesas: r8a7796: Add VSP instances Laurent Pinchart
2017-07-12 7:24 ` Geert Uytterhoeven
2017-07-13 7:49 ` Simon Horman
2017-06-21 9:31 ` [PATCH v2 4/7] arm64: dts: renesas: r8a7796: Add HDMI encoder instance Laurent Pinchart
2017-06-21 9:35 ` Sergei Shtylyov
2017-06-21 9:43 ` Laurent Pinchart
2017-06-21 12:17 ` [PATCH v2.1 " Laurent Pinchart
2017-06-26 11:45 ` Geert Uytterhoeven
2017-07-10 9:07 ` Simon Horman
2017-07-10 9:49 ` Laurent Pinchart
2017-07-11 9:00 ` Simon Horman [this message]
2017-07-10 9:56 ` [PATCH v2.2 4/7] arm64: dts: renesas: r8a7796: Add DU device to DT Laurent Pinchart
2017-06-21 9:31 ` [PATCH v2 5/7] " Laurent Pinchart
2017-07-10 9:57 ` [PATCH v2.2 5/7] arm64: dts: renesas: r8a7796: Add HDMI encoder instance Laurent Pinchart
2017-06-21 9:31 ` [PATCH v2 6/7] arm64: dts: renesas: r8a7796-salvator-x: Add DU external dot clocks Laurent Pinchart
2017-06-21 11:17 ` Geert Uytterhoeven
2017-06-21 9:31 ` [PATCH v2 7/7] arm64: dts: renesas: r8a7796-salvator-x: Enable HDMI output Laurent Pinchart
2017-06-21 11:19 ` Geert Uytterhoeven
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=20170711090022.GD4517@verge.net.au \
--to=horms@verge.net.au \
--cc=laurent.pinchart+renesas@ideasonboard.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-renesas-soc@vger.kernel.org \
/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.