From patchwork Tue Jan 15 20:32:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Porter X-Patchwork-Id: 1981021 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 9B50E3FC85 for ; Tue, 15 Jan 2013 20:32:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757083Ab3AOUb5 (ORCPT ); Tue, 15 Jan 2013 15:31:57 -0500 Received: from mail-qa0-f49.google.com ([209.85.216.49]:64577 "EHLO mail-qa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756811Ab3AOU2X (ORCPT ); Tue, 15 Jan 2013 15:28:23 -0500 Received: by mail-qa0-f49.google.com with SMTP id r4so564962qaq.8 for ; Tue, 15 Jan 2013 12:28:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=7I3JOPDzznrr2ZVZnSgKoTkcrkOUMA6XVfZ5pl2XPRA=; b=XRIId7a91ua4R8bXDnmp/ni0aEa5bKtGei0u9FVAUuU6vJLrcXHSyIUd6jqGzFO8TE ymsjkUgmzHgtJpC6dSxmc2SnLSd46bgWf4mCcIeEst2AR8sWH7WHKglC+OA4c8rcQ1N4 spEorhCnyeNmOzLSiewKk8B1Nak/iGBiZ2fEgEq4p+Qzn9BxG5uULeuwXJIOan85sAEt KFZErb8jaPObTc0KEXcXn4pkFU2suNI9+JlsbUDN5Jl8zgq+dsG18uKIetuy1zdUhNSX gsIfZt23OAvX/utLTwzs5whLRR35CBDw40xWxlVRR5Fe4Sac7OuYT+Zh2LMl1WzNaT4t 61Ag== X-Received: by 10.49.61.102 with SMTP id o6mr91531995qer.41.1358281702249; Tue, 15 Jan 2013 12:28:22 -0800 (PST) Received: from beef.ohporter.com (cpe-24-166-64-7.neo.res.rr.com. [24.166.64.7]) by mx.google.com with ESMTPS id gw9sm4308048qab.10.2013.01.15.12.28.19 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Jan 2013 12:28:21 -0800 (PST) From: Matt Porter To: Tony Lindgren , Sekhar Nori , Grant Likely , Mark Brown , Benoit Cousson , Russell King , Vinod Koul , Rob Landley , Chris Ball Cc: Devicetree Discuss , Linux OMAP List , Linux ARM Kernel List , Linux DaVinci Kernel List , Linux Kernel Mailing List , Linux Documentation List , Linux MMC List , Linux SPI Devel List , Arnd Bergmann , Dan Williams , Rob Herring Subject: [PATCH v5 06/14] ARM: dts: add AM33XX EDMA support Date: Tue, 15 Jan 2013 15:32:46 -0500 Message-Id: <1358281974-8411-7-git-send-email-mporter@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1358281974-8411-1-git-send-email-mporter@ti.com> References: <1358281974-8411-1-git-send-email-mporter@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Adds AM33XX EDMA support to the am33xx.dtsi as documented in Documentation/devicetree/bindings/dma/ti-edma.txt Signed-off-by: Matt Porter --- arch/arm/boot/dts/am33xx.dtsi | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index c2f14e8..e711ffb 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -87,6 +87,26 @@ reg = <0x48200000 0x1000>; }; + edma: edma@49000000 { + compatible = "ti,edma3"; + ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2"; + reg = <0x49000000 0x10000>, + <0x44e10f90 0x10>; + interrupt-parent = <&intc>; + interrupts = <12 13 14>; + #dma-cells = <1>; + dma-channels = <64>; + ti,edma-regions = <4>; + ti,edma-slots = <256>; + ti,edma-queue-tc-map = <0 0 + 1 1 + 2 2>; + ti,edma-queue-priority-map = <0 0 + 1 1 + 2 2>; + ti,edma-default-queue = <0>; + }; + gpio1: gpio@44e07000 { compatible = "ti,omap4-gpio"; ti,hwmods = "gpio1";