From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f67.google.com ([209.85.214.67]:36376 "EHLO mail-it0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751597AbcH2QM1 (ORCPT ); Mon, 29 Aug 2016 12:12:27 -0400 Received: by mail-it0-f67.google.com with SMTP id x131so7072271ite.3 for ; Mon, 29 Aug 2016 09:12:09 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1470745752-23738-3-git-send-email-laurent.pinchart+renesas@ideasonboard.com> References: <1470745752-23738-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <1470745752-23738-3-git-send-email-laurent.pinchart+renesas@ideasonboard.com> From: Geert Uytterhoeven Date: Mon, 29 Aug 2016 18:12:07 +0200 Message-ID: Subject: Re: [PATCH v2 2/4] arm64: dts: renesas: r8a7795: Add VSP instances To: Laurent Pinchart Cc: Linux-Renesas Content-Type: text/plain; charset=UTF-8 Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: Hi Laurent, On Tue, Aug 9, 2016 at 2:29 PM, Laurent Pinchart wrote: > The r8a7795 has 9 VSP instances. 7? > Signed-off-by: Laurent Pinchart > --- > arch/arm64/boot/dts/renesas/r8a7795.dtsi | 90 ++++++++++++++++++++++++++++++++ > 1 file changed, 90 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi > index f8b1c421e845..d9c6653471f4 100644 > --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi > @@ -1323,6 +1363,16 @@ > power-domains = <&sysc R8A7795_PD_A3VP>; > }; > > + vspi2: vsp@fe9c0000 { > + compatible = "renesas,vsp2"; > + reg = <0 0xfe9c0000 0 0x8000>; > + interrupts = ; > + clocks = <&cpg CPG_MOD 629>; > + power-domains = <&sysc R8A7795_PD_A3VP>; > + > + renesas,fcp = <&fcpvi2>; > + }; > + > fcpvi2: fcp@fe9cf000 { > compatible = "renesas,r8a7795-fcpv", "renesas,fcpv"; > reg = <0 0xfe9cf000 0 0x200>; > @@ -1351,6 +1431,16 @@ > power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; > }; > > + vspd3: vsp@fea38000 { > + compatible = "renesas,vsp2"; > + reg = <0 0xfea38000 0 0x4000>; > + interrupts = ; > + clocks = <&cpg CPG_MOD 620>; > + power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; > + > + renesas,fcp = <&fcpvd3>; > + }; > + Looks like vspi2 and vspd3 are no more... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds