From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kirsty.vergenet.net ([202.4.237.240]:47020 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753215AbdCBOht (ORCPT ); Thu, 2 Mar 2017 09:37:49 -0500 Date: Thu, 2 Mar 2017 15:36:39 +0100 From: Simon Horman To: Geert Uytterhoeven Cc: Linux-Renesas , Ulrich Hecht , Magnus Damm Subject: Re: [PATCH v2 3/3] arm64: renesas: r8a7796: Enable SCIF DMA Message-ID: <20170302143638.GS6301@verge.net.au> References: <1481129067-21949-1-git-send-email-ulrich.hecht+renesas@gmail.com> <1481129067-21949-4-git-send-email-ulrich.hecht+renesas@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On Tue, Feb 21, 2017 at 03:27:25PM +0100, Geert Uytterhoeven wrote: > Hi Simon, > > On Wed, Dec 7, 2016 at 5:44 PM, Ulrich Hecht > wrote: > > Signed-off-by: Ulrich Hecht > > --- > > arch/arm64/boot/dts/renesas/r8a7796.dtsi | 13 +++++++++++++ > > 1 file changed, 13 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi > > index c5f0df5..782063a 100644 > > --- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi > > +++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi > > @@ -430,6 +430,9 @@ > > <&cpg CPG_CORE R8A7796_CLK_S3D1>, > > <&scif_clk>; > > clock-names = "fck", "brg_int", "scif_clk"; > > + dmas = <&dmac1 0x51>, <&dmac1 0x50>, > > + <&dmac2 0x51>, <&dmac2 0x50>; > > + dma-names = "tx", "rx", "tx", "rx"; > > power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; > > status = "disabled"; > > Apparently the DMA properties were added to the HSCIF nodes instead > of the SCIF nodes while applying this patch? > > 3 lines of context is not sufficient to distinguish between the various SCIF > and HSCIF nodes :-( Thanks, I have updated renesas-devel accordingly. I notice in renesas-devel there seems to be one "tx", "rx" DMA per SCIF rather than two added in Ulrich's patch. Is there a reason for that?