From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Subject: Re: [PATCH v2 1/5] arm64: dts: renesas: r8a77980: add FCPVD support Date: Fri, 08 Jun 2018 17:22:32 +0300 Message-ID: <2406394.UFm6YmyhWF@avalon> References: <390fabf0-4caf-1600-3780-1893207d94f7@cogentembedded.com> <73f61c34-d0ec-75cd-b6fd-a41cfb39078f@cogentembedded.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <73f61c34-d0ec-75cd-b6fd-a41cfb39078f@cogentembedded.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Sergei Shtylyov Cc: Mark Rutland , devicetree@vger.kernel.org, Magnus Damm , Catalin Marinas , Will Deacon , Rob Herring , linux-renesas-soc@vger.kernel.org, Simon Horman , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Hi Sergei, Thank you for the patch. On Thursday, 7 June 2018 23:19:31 EEST Sergei Shtylyov wrote: > Describe FCPVD0 in the R8A77980 device tree; it will be used by VSPD0 in > the next patch... > > Based on the original (and large) patch by Vladimir Barinov. > > Signed-off-by: Vladimir Barinov > Signed-off-by: Sergei Shtylyov Reviewed-by: Laurent Pinchart > --- > arch/arm64/boot/dts/renesas/r8a77980.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > Index: renesas/arch/arm64/boot/dts/renesas/r8a77980.dtsi > =================================================================== > --- renesas.orig/arch/arm64/boot/dts/renesas/r8a77980.dtsi > +++ renesas/arch/arm64/boot/dts/renesas/r8a77980.dtsi > @@ -653,6 +653,14 @@ > resets = <&cpg 408>; > }; > > + fcpvd0: fcp@fea27000 { > + compatible = "renesas,fcpv"; > + reg = <0 0xfea27000 0 0x200>; > + clocks = <&cpg CPG_MOD 603>; > + power-domains = <&sysc R8A77980_PD_ALWAYS_ON>; > + resets = <&cpg 603>; > + }; > + > prr: chipid@fff00044 { > compatible = "renesas,prr"; > reg = <0 0xfff00044 0 4>; -- Regards, Laurent Pinchart