From patchwork Wed Oct 28 21:02:17 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Franklin Cooper X-Patchwork-Id: 7514061 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id A88479F2F7 for ; Wed, 28 Oct 2015 21:04:41 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E115E20820 for ; Wed, 28 Oct 2015 21:04:40 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0B6122081D for ; Wed, 28 Oct 2015 21:04:40 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZrXsK-0004nF-20; Wed, 28 Oct 2015 21:03:16 +0000 Received: from mail-ob0-f194.google.com ([209.85.214.194]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZrXrq-0004Zd-3H for linux-arm-kernel@lists.infradead.org; Wed, 28 Oct 2015 21:02:47 +0000 Received: by obbza9 with SMTP id za9so1385474obb.1 for ; Wed, 28 Oct 2015 14:02:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=REaa9a9/d1oyhMaLdl8lBWX3KH5scutNGTXt8nt6+Ck=; b=IsLbe3KNUNXgQ3eOWO6Bh0+lkp328zttz60j4fuf7pVMyiYD3VFGgenx/pHBn5sChz cPj3gjEBAY4eE0AX3vuVgKYw28BItK/4OzP5XHmeD2X9T/CjQnmbnOiKwDaZ6byCrVE7 Jdx5ctww6TlABjDTomC1LKEkrScrrECatamSrIerRz/Hax8S6FoMm/w13fBsYcc7MHTc pxFZMxZFAhRoGm1KZKIvd1fibxZeo2yqJLYGqF4wD8zhqonQqQa9f79GtjQ+GSjhSJrZ GzqKAxgp0cdrr5IVMFtuX3pu/kdlpUWz1OITG5arCAVFxkg7JSlZWkdDbLZnQG0cjx+m HW/g== X-Received: by 10.182.20.238 with SMTP id q14mr34292052obe.24.1446066143401; Wed, 28 Oct 2015 14:02:23 -0700 (PDT) Received: from localhost.localdomain (pool-71-164-206-129.dllstx.fios.verizon.net. [71.164.206.129]) by smtp.gmail.com with ESMTPSA id ik9sm20756701obc.1.2015.10.28.14.02.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 28 Oct 2015 14:02:23 -0700 (PDT) From: Franklin S Cooper Jr To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux@arm.linux.org.uk, tony@atomide.com, rogerq@ti.com, nm@ti.com, lokeshvutla@ti.com Subject: [PATCH 2/2] ARM: omap4: hwmod: Remove elm address space from hwmod data Date: Wed, 28 Oct 2015 16:02:17 -0500 Message-Id: <1446066137-11527-3-git-send-email-fcooper@ti.com> X-Mailer: git-send-email 2.6.1 In-Reply-To: <1446066137-11527-1-git-send-email-fcooper@ti.com> References: <1446066137-11527-1-git-send-email-fcooper@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151028_140246_293890_848E603C X-CRM114-Status: GOOD ( 10.98 ) X-Spam-Score: -2.4 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Franklin S Cooper Jr MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 ELM address information is provided by device tree. No longer need to include this information within hwmod. This patch has only been boot tested. Signed-off-by: Franklin S Cooper Jr --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index 43eebf2..8f13f4a 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c @@ -3915,21 +3915,11 @@ static struct omap_hwmod_ocp_if omap44xx_l4_per__dss_venc = { .user = OCP_USER_MPU, }; -static struct omap_hwmod_addr_space omap44xx_elm_addrs[] = { - { - .pa_start = 0x48078000, - .pa_end = 0x48078fff, - .flags = ADDR_TYPE_RT - }, - { } -}; - /* l4_per -> elm */ static struct omap_hwmod_ocp_if omap44xx_l4_per__elm = { .master = &omap44xx_l4_per_hwmod, .slave = &omap44xx_elm_hwmod, .clk = "l4_div_ck", - .addr = omap44xx_elm_addrs, .user = OCP_USER_MPU | OCP_USER_SDMA, };