From patchwork Fri Sep 14 12:05:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Ujfalusi X-Patchwork-Id: 1457991 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 5CD8C402E1 for ; Fri, 14 Sep 2012 12:08:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759594Ab2INMGQ (ORCPT ); Fri, 14 Sep 2012 08:06:16 -0400 Received: from na3sys009aog136.obsmtp.com ([74.125.149.85]:36318 "EHLO na3sys009aog136.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759589Ab2INMGN (ORCPT ); Fri, 14 Sep 2012 08:06:13 -0400 Received: from mail-ob0-f174.google.com ([209.85.214.174]) (using TLSv1) by na3sys009aob136.postini.com ([74.125.148.12]) with SMTP ID DSNKUFMdtBIALRju0vg7ia5zU/luBNUfxgHW@postini.com; Fri, 14 Sep 2012 05:06:13 PDT Received: by obbuo13 with SMTP id uo13so6097664obb.19 for ; Fri, 14 Sep 2012 05:06:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=idKHhpZMUzMhaqwfCNhCSxnx7mFHT3ygyF5qMl90/LM=; b=AYDnlAZ1+ldAwTOoDhzQS55mcK2rDOFvOPmrJLUqCa9f4BjIlPH+HZpfjh7alHBJDC rwoQE/+yxpT9xskARDlLiCDY15EiPvVU0hg1y2RyIPDZoalOQT2zLe+XZiGrFHAmYb0a ibTkoWb1STh85HqOsTZ/y5WBWPB7Ak82xZZsUhyUqJM0B+rjPaX+sLIfgjQZB53zmOWW qOeyPQSRmB40xt5x2w2ScVvlLgA0h8OcAFEqAX+IlR27Z96csMAafz/92m3LagpAaYy0 XSpXD0JfvZR5gGQDZ7mnEklCLQo/hgyvGLJSUy+It5QX6HHHgmn7lqvZD1q8YvelLRc6 QXCA== Received: by 10.182.180.39 with SMTP id dl7mr2679510obc.40.1347624372157; Fri, 14 Sep 2012 05:06:12 -0700 (PDT) Received: from barack.emea.dhcp.ti.com (dragon.ti.com. [192.94.94.33]) by mx.google.com with ESMTPS id ac10sm1615600obc.7.2012.09.14.05.06.08 (version=SSLv3 cipher=OTHER); Fri, 14 Sep 2012 05:06:11 -0700 (PDT) From: Peter Ujfalusi To: Mark Brown , Liam Girdwood , Tony Lindgren , Russell King , Vinod Koul , Dan Williams , Jarkko Nikula Cc: alsa-devel@alsa-project.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Janusz Krzysztofik , Ricardo Neri , Lars-Peter Clausen Subject: [PATCH v3 10/15] ARM: OMAP4: hwmod_data: Add resource names to McPDM memory ranges Date: Fri, 14 Sep 2012 15:05:53 +0300 Message-Id: <1347624358-25582-11-git-send-email-peter.ujfalusi@ti.com> X-Mailer: git-send-email 1.7.12 In-Reply-To: <1347624358-25582-1-git-send-email-peter.ujfalusi@ti.com> References: <1347624358-25582-1-git-send-email-peter.ujfalusi@ti.com> X-Gm-Message-State: ALoCoQnw3QgrNgBx9AylTnb1Q5+/+cWdP3s9Y5wFynEKr/lXY+0GhaJ89zGCPEnnLCuQ9yYo9wJy Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org To help the driver to get the correct memory range to access McPDM registers. Signed-off-by: Peter Ujfalusi --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index 242aee4..f65251e 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c @@ -5059,6 +5059,7 @@ static struct omap_hwmod_ocp_if omap44xx_l4_per__mcbsp4 = { static struct omap_hwmod_addr_space omap44xx_mcpdm_addrs[] = { { + .name = "mpu", .pa_start = 0x40132000, .pa_end = 0x4013207f, .flags = ADDR_TYPE_RT @@ -5077,6 +5078,7 @@ static struct omap_hwmod_ocp_if omap44xx_l4_abe__mcpdm = { static struct omap_hwmod_addr_space omap44xx_mcpdm_dma_addrs[] = { { + .name = "dma", .pa_start = 0x49032000, .pa_end = 0x4903207f, .flags = ADDR_TYPE_RT