linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] arm64: dts: r8a7795: Use R-Car GPIO Gen3 fallback compat string
Date: Wed, 9 Aug 2017 09:55:57 +0200	[thread overview]
Message-ID: <20170809075557.GF2705@verge.net.au> (raw)
In-Reply-To: <CANqRtoTBt34QOoubpYPS65-8qVJ8c2X=u+bmMACXGr3nyTEpkA@mail.gmail.com>

On Tue, Aug 08, 2017 at 07:24:58PM +0900, Magnus Damm wrote:
> Hi Simon,
> 
> On Tue, Aug 8, 2017 at 5:54 PM, Simon Horman <horms+renesas@verge.net.au> wrote:
> > Use newly added R-Car GPIO Gen3 fallback compat string
> > in the DT of the r8a7795 SoC.
> >
> > This should have no run-time effect as the driver matches against
> > the per-SoC compat string before the fallback compat string is considered.
> >
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > ---
> >  arch/arm64/boot/dts/renesas/r8a7795.dtsi | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
> > index a87ae76880ab..c9f2b87e7ee3 100644
> > --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
> > +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
> > @@ -1451,7 +1451,8 @@
> >                 };
> >
> >                 sata: sata at ee300000 {
> > -                       compatible = "renesas,sata-r8a7795";
> > +                       compatible = "renesas,sata-r8a7795",
> > +                                    "renesas,rcar-gen3-sata";
> >                         reg = <0 0xee300000 0 0x200000>;
> >                         interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
> >                         clocks = <&cpg CPG_MOD 815>;
> > --
> > 2.1.4
> 
> This patch looks odd. The subject and patch description says GPIO but
> the hunk above modifies SATA...?

Yes, it looks like I have made a cut-and-paste error there.
I'll repost.

      reply	other threads:[~2017-08-09  7:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-08  8:54 [PATCH 0/3] ARM, arm64: dts: renesas: Use R-Car SATA Gen[23] fallback compat strings Simon Horman
2017-08-08  8:54 ` [PATCH 1/3] ARM: dts: r8a7790: Use R-Car GPIO Gen2 fallback compat string Simon Horman
2017-08-08  8:54 ` [PATCH 2/3] ARM: dts: r8a7791: " Simon Horman
2017-08-08  8:54 ` [PATCH 3/3] arm64: dts: r8a7795: Use R-Car GPIO Gen3 " Simon Horman
2017-08-08 10:24   ` Magnus Damm
2017-08-09  7:55     ` Simon Horman [this message]

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=20170809075557.GF2705@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).