From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752375AbbJNG72 (ORCPT ); Wed, 14 Oct 2015 02:59:28 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:40201 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750816AbbJNG70 (ORCPT ); Wed, 14 Oct 2015 02:59:26 -0400 Subject: Re: [PATCH] ARM: DRA7: hwmod: Remove elm address space from hwmod data To: Franklin S Cooper Jr , , , , , , , References: <1444743874-4454-1-git-send-email-fcooper@ti.com> From: Roger Quadros X-Enigmail-Draft-Status: N1110 Message-ID: <561DFD26.9090702@ti.com> Date: Wed, 14 Oct 2015 09:58:46 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1444743874-4454-1-git-send-email-fcooper@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13/10/15 16:44, Franklin S Cooper Jr wrote: > ELM address information is provided by device tree. No longer need > to include this information within hwmod. > > Signed-off-by: Franklin S Cooper Jr Acked-by: Roger Quadros Franklin, Can you please do the same for gpmc_addr as well? And looks like elm_addr needs to be removed from omap_hwmod_33xx_43xx_interconnect_data.c and omap_hwmod_44xx_data.c as well, no? cheers, -roger > --- > arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 10 ---------- > 1 file changed, 10 deletions(-) > > diff --git a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > index 562247b..ad2cc7a 100644 > --- a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > +++ b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > @@ -2566,21 +2566,11 @@ static struct omap_hwmod_ocp_if dra7xx_l3_main_1__hdmi = { > .user = OCP_USER_MPU | OCP_USER_SDMA, > }; > > -static struct omap_hwmod_addr_space dra7xx_elm_addrs[] = { > - { > - .pa_start = 0x48078000, > - .pa_end = 0x48078fff, > - .flags = ADDR_TYPE_RT > - }, > - { } > -}; > - > /* l4_per1 -> elm */ > static struct omap_hwmod_ocp_if dra7xx_l4_per1__elm = { > .master = &dra7xx_l4_per1_hwmod, > .slave = &dra7xx_elm_hwmod, > .clk = "l3_iclk_div", > - .addr = dra7xx_elm_addrs, > .user = OCP_USER_MPU | OCP_USER_SDMA, > }; > >