From patchwork Thu Sep 3 10:32:54 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 7115701 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 498D3BEEC1 for ; Thu, 3 Sep 2015 10:28:42 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6B2A420813 for ; Thu, 3 Sep 2015 10:28:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 750B920812 for ; Thu, 3 Sep 2015 10:28:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753170AbbICK2k (ORCPT ); Thu, 3 Sep 2015 06:28:40 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:34681 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752877AbbICK2j (ORCPT ); Thu, 3 Sep 2015 06:28:39 -0400 Received: by padfa1 with SMTP id fa1so569706pad.1 for ; Thu, 03 Sep 2015 03:28:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=QuMsjXdEwz7WKUjm2HKilo5IqSrhNcNYABN+hYDmhWM=; b=iufI0lADZ9e2mfIfjPRzeaCOmpfToHmpxk7qGK0AWV00MvxbTX+3U2TouBKTFFJSgB QU7UZ2+YnmxYbwoG8FTrPMsntSfBLlhllxymHkYhOeWhHhqXPU96+lWb8HfJupjAC5ED gK0f8H0tvIbC4sAD3IG+8CGTMRiDD8YBfsCLba2U1YfXceMtJHHNpDpe3VfHqG1YH458 hRjAzWQG5UyGU65kZ5T+vypZoeJCf7zZlcbzVUfGu1YrxrWef92HRMnxriNg1JxS3Le+ Xhu5QKaY8OFXxeC9Oq+j9RaH4i7etZ/An3vP5bdSeBvD8jcuxbDt2wihh7WYmgmTS9cM f4vw== X-Received: by 10.66.221.193 with SMTP id qg1mr68219046pac.103.1441276119408; Thu, 03 Sep 2015 03:28:39 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by smtp.gmail.com with ESMTPSA id vv2sm24907597pab.21.2015.09.03.03.28.34 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Sep 2015 03:28:37 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: takeshi.kihara.df@renesas.com, kuninori.morimoto.gx@renesas.com, gaku.inami.xw@bp.renesas.com, yoshihiro.shimoda.uh@renesas.com, hisao.munakata.vt@renesas.com, toshiaki.komatsu.ud@renesas.com, yusuke.goda.sx@renesas.com, horms@verge.net.au, geert@linux-m68k.org, laurent.pinchart@ideasonboard.com, Magnus Damm , yoshiyuki.ito.ub@renesas.com Date: Thu, 03 Sep 2015 19:32:54 +0900 Message-Id: <20150903103254.26791.81175.sendpatchset@little-apple> In-Reply-To: <20150903103217.26791.32559.sendpatchset@little-apple> References: <20150903103217.26791.32559.sendpatchset@little-apple> Subject: [PATCH v9 03/07][RFC] arm64: renesas: r8a7795 dtsi: Add dummy dma-controller nodes Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Geert Uytterhoeven Add dummy nodes for the 3 DMA controllers. This allows to start describing DMA channels for DMA slaves now. Signed-off-by: Geert Uytterhoeven Signed-off-by: Magnus Damm --- Changes from V8: (Magnus Damm ) - Updated to remove fuzz Changes from V7: (Magnus Damm ) - Changed order not to depend on SCIF patch(es) Based on: [PATCH 2/6] arm64: renesas: r8a7795 dtsi: Add dummy dma-controller nodes arch/arm64/boot/dts/renesas/r8a7795.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0003/arch/arm64/boot/dts/renesas/r8a7795.dtsi +++ work/arch/arm64/boot/dts/renesas/r8a7795.dtsi 2015-09-03 18:11:20.672366518 +0900 @@ -243,5 +243,17 @@ #power-domain-cells = <0>; }; }; + + dmac0: dma-controller@e6700000 { + /* Empty node for now */ + }; + + dmac1: dma-controller@e7300000 { + /* Empty node for now */ + }; + + dmac2: dma-controller@e7310000 { + /* Empty node for now */ + }; }; };