From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kirsty.vergenet.net ([202.4.237.240]:48820 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750846AbdGMHtA (ORCPT ); Thu, 13 Jul 2017 03:49:00 -0400 Date: Thu, 13 Jul 2017 09:48:54 +0200 From: Simon Horman To: Laurent Pinchart Cc: Geert Uytterhoeven , Laurent Pinchart , Linux-Renesas Subject: Re: [PATCH v2 2/7] arm64: dts: renesas: r8a7796: Add FCPF and FCPV instances Message-ID: <20170713074853.GD5580@verge.net.au> References: <20170621093133.5677-1-laurent.pinchart+renesas@ideasonboard.com> <20170621093133.5677-3-laurent.pinchart+renesas@ideasonboard.com> <4182319.3cM5zgc3T9@avalon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4182319.3cM5zgc3T9@avalon> Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On Wed, Jul 12, 2017 at 11:45:41AM +0300, Laurent Pinchart wrote: > Hi Geert, > > On Wednesday 12 Jul 2017 09:22:50 Geert Uytterhoeven wrote: > > On Wed, Jun 21, 2017 at 11:31 AM, Laurent Pinchart wrote: > > > The FCPs handle the interface between various IP cores and memory. Add > > > the instances related to the FDPs and VSP2s. > > > > > > Signed-off-by: Laurent Pinchart > > > > > > Reviewed-by: Geert Uytterhoeven > > > > Ah, the pitfalls of reposting patches 8 months later... > > > > > arch/arm64/boot/dts/renesas/r8a7796.dtsi | 42 > > > ++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) > > > > > > diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi > > > b/arch/arm64/boot/dts/renesas/r8a7796.dtsi index > > > 1f6710912045..28b0e2127021 100644 > > > --- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi > > > +++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi > > > @@ -1440,6 +1440,48 @@ > > > /* placeholder */ > > > }; > > > > > > + fcpf0: fcp@fe950000 { > > > + compatible = "renesas,fcpf"; > > > + reg = <0 0xfe950000 0 0x200>; > > > + clocks = <&cpg CPG_MOD 615>; > > > + power-domains = <&sysc R8A7796_PD_A3VC>; > > > > ... missing resets properties. > > Oops :-/ > > Simon, can I send an incremental patch ? Yes, please do.