From patchwork Thu Sep 13 13:38:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Ujfalusi X-Patchwork-Id: 1452201 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 5F45A3FE79 for ; Thu, 13 Sep 2012 13:39:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756175Ab2IMNjD (ORCPT ); Thu, 13 Sep 2012 09:39:03 -0400 Received: from na3sys009aog131.obsmtp.com ([74.125.149.247]:57608 "EHLO na3sys009aog131.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755790Ab2IMNi1 (ORCPT ); Thu, 13 Sep 2012 09:38:27 -0400 Received: from mail-ob0-f174.google.com ([209.85.214.174]) (using TLSv1) by na3sys009aob131.postini.com ([74.125.148.12]) with SMTP ID DSNKUFHhz6c16rVeiGtc7PHsXDMhQY/YFGvF@postini.com; Thu, 13 Sep 2012 06:38:27 PDT Received: by obbuo13 with SMTP id uo13so4469404obb.19 for ; Thu, 13 Sep 2012 06:38: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=lK24VtpNhOv83ZxG5ftXfbLoAffSDySVqcDuHWXnN9vXQefLyx1SX7Ul1Gp7D5V587 XLLAI4aMrBd8+yd1S8iwnuAi1opG2ShjNmi79LAWRjDEfszyntdvls41KWm8qovXbQ7U r6qGnn0Dhm1GOFYIlcd8uyB7RqF7gPUWqLMzdZTlMiOvishqT0GvE6QRenHogfXwsG0d VmKHZAK8Q7MkuOkJ+oAvsmueFjSFhcFlJJv/WiRVu8nKLEC32XewT1PSWG/953e1OjXu gk4bvqWW+Ha7+tpCZfQamk5bG9N1qYxY7AajEziiuwC3OkyKuCh3K56+Qv8f+yLK9dP+ HBpQ== Received: by 10.60.10.6 with SMTP id e6mr2279743oeb.45.1347543492380; Thu, 13 Sep 2012 06:38:12 -0700 (PDT) Received: from barack.emea.dhcp.ti.com (dragon.ti.com. [192.94.94.33]) by mx.google.com with ESMTPS id n8sm19403567oec.5.2012.09.13.06.38.09 (version=SSLv3 cipher=OTHER); Thu, 13 Sep 2012 06:38:12 -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 v2 10/15] ARM: OMAP4: hwmod_data: Add resource names to McPDM memory ranges Date: Thu, 13 Sep 2012 16:38:00 +0300 Message-Id: <1347543485-339-11-git-send-email-peter.ujfalusi@ti.com> X-Mailer: git-send-email 1.7.12 In-Reply-To: <1347543485-339-1-git-send-email-peter.ujfalusi@ti.com> References: <1347543485-339-1-git-send-email-peter.ujfalusi@ti.com> X-Gm-Message-State: ALoCoQkgvNfkbqE0U43uAw50FvTlF5SNXpk6Gf65+3LyBs8tXvb+6ZTityNj3iL4ICqChiE+ASdL 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