From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Date: Mon, 31 Aug 2015 10:41:29 +0000 Subject: Re: [PATCH v8 05/07] arm64: renesas: r8a7795: enable PFC Message-Id: <2399717.ikT665G1LV@avalon> List-Id: References: <20150831063003.24004.42127.sendpatchset@little-apple> In-Reply-To: <20150831063003.24004.42127.sendpatchset@little-apple> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org Hi Magnus and Morimoto-san, Thank you for the patch. On Monday 31 August 2015 15:30:03 Magnus Damm wrote: > From: Kuninori Morimoto > > Add a PFC node for the on-chip r8a7795 pin controller. > > Signed-off-by: Kuninori Morimoto > Acked-by: Geert Uytterhoeven > Signed-off-by: Magnus Damm Acked-by: Laurent Pinchart > --- > > Based on: > [PATCH 10/25 v7][RFC] arm64: renesas: r8a7795: enable PFC > > Changes: (Magnus Damm ) > - Added changelog > > TODO: > - Add Kconfig select bits Do they belong to this patch ? > arch/arm64/boot/dts/renesas/r8a7795.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > --- 0012/arch/arm64/boot/dts/renesas/r8a7795.dtsi > +++ work/arch/arm64/boot/dts/renesas/r8a7795.dtsi 2015-08-29 > 15:38:44.152366518 +0900 @@ -278,6 +278,11 @@ > }; > }; > > + pfc: pfc@e6060000 { > + compatible = "renesas,pfc-r8a7795"; > + reg = <0 0xe6060000 0 0x50c>; > + }; > + > dmac0: dma-controller@e6700000 { > /* Empty node for now */ > }; -- Regards, Laurent Pinchart