From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Mon, 05 Oct 2015 02:30:05 +0000 Subject: Re: [PATCH v10 04/07] arm64: renesas: r8a7795 dtsi: Add all SCIF nodes Message-Id: <20151005023005.GH25427@verge.net.au> List-Id: References: <20151002025551.28158.20307.sendpatchset@little-apple> In-Reply-To: <20151002025551.28158.20307.sendpatchset@little-apple> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Fri, Oct 02, 2015 at 10:13:02AM +0200, Geert Uytterhoeven wrote: > Hi Simon, > > On Fri, Oct 2, 2015 at 10:08 AM, Simon Horman wrote: > > On Fri, Oct 02, 2015 at 09:11:50AM +0200, Geert Uytterhoeven wrote: > >> On Fri, Oct 2, 2015 at 4:55 AM, Magnus Damm wrote: > >> > --- 0012/include/dt-bindings/clock/r8a7795-clock.h > >> > +++ work/include/dt-bindings/clock/r8a7795-clock.h 2015-10-01 19:24:51.200513000 +0900 > >> > @@ -22,8 +22,14 @@ > >> > /* MSTP1 */ > >> > > >> > /* MSTP2 */ > >> > +#define R8A7795_CLK_SCIF5 202 > >> > +#define R8A7795_CLK_SCIF4 203 > >> > +#define R8A7795_CLK_SCIF3 204 > >> > +#define R8A7795_CLK_SCIF1 206 > >> > +#define R8A7795_CLK_SCIF0 207 > >> > > >> > /* MSTP3 */ > >> > +#define R8A7795_CLK_SCIF2 210 > >> > >> 310 > > > > Thanks, I will fix that. > > > > I plan to wait a little to accumulate more changes. > > But if for some reason you need this in a hurry I can > > push an updated topic branch ASAP. > > Given how close we are to leaving for ELCE, I think we can live with it. As I am rebasing other branches I have pushed the above in topic/arm64-rcar-gen3-v10.1. > The correct clock will have been enabled by the boot loader anyway. > MSTP210 is MSIOF1, so no animals will be hurt by accidentally touching that > clock. :)