From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH v2] ARM: AM43xx: hwmod: add DSS hwmod data Date: Tue, 17 Jun 2014 02:57:15 -0700 Message-ID: <20140617095715.GS17845@atomide.com> References: <1402994233-22599-1-git-send-email-tomi.valkeinen@ti.com> <20140617085846.GO17845@atomide.com> <53A00970.3090902@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:35525 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751994AbaFQJ5S (ORCPT ); Tue, 17 Jun 2014 05:57:18 -0400 Content-Disposition: inline In-Reply-To: <53A00970.3090902@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tomi Valkeinen Cc: linux-omap@vger.kernel.org, Paul Walmsley , Felipe Balbi , Rajendra Nayak , linux-arm-kernel@lists.infradead.org, Archit Taneja , Sathya Prakash M R * Tomi Valkeinen [140617 02:26]: > On 17/06/14 11:58, Tony Lindgren wrote: > > >> +/* rfbi */ > > > > I think we're still missing am43x_rfbi_sysc entry though? > > > >> +static struct omap_hwmod am43xx_dss_rfbi_hwmod = { > >> + .name = "dss_rfbi", > >> + .class = &omap2_rfbi_hwmod_class, > >> + .clkdm_name = "dss_clkdm", > >> + .main_clk = "disp_clk", > >> + .prcm = { > >> + .omap4 = { > >> + .clkctrl_offs = AM43XX_CM_PER_DSS_CLKCTRL_OFFSET, > >> + }, > >> + }, > >> +}; > > That should come from omap2/3 hwmod data, as the above references > omap2_rfbi_hwmod_class. The bits there looked correct for AM43xx to me. OK looks good to me then: Acked-by: Tony Lindgren