From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mark A. Greer" Subject: Re: [PATCH 1/3] ARM: OMAP AM35xx: clock and hwmod data: fix AM35xx HSOTGUSB hwmod Date: Thu, 10 May 2012 12:08:06 -0700 Message-ID: <20120510190806.GC20494@animalcreek.com> References: <20120510172449.13418.66815.stgit@dusk> <20120510172913.13418.66154.stgit@dusk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail20.dotsterhost.com ([66.11.232.73]:34586 "EHLO mail20.dotsterhost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760480Ab2EJTII (ORCPT ); Thu, 10 May 2012 15:08:08 -0400 Content-Disposition: inline In-Reply-To: <20120510172913.13418.66154.stgit@dusk> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Paul Walmsley Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Hema HK , Felipe Balbi On Thu, May 10, 2012 at 11:29:17AM -0600, Paul Walmsley wrote: > Partially fix the hwmod data for the AM35xx USB OTG hwmod. This > should resolve the following boot warning on AM35xx platforms: > > omap_hwmod: am35x_otg_hs: cannot be enabled for reset (3) > > While here, also fix the clkdev records, to avoid warnings about > duplicate clock aliases. > > The hwmod is also connected to the wrong interconnect. It should be > connected to the IPSS, not the L4 CORE. But that is left for a future > fix, since it probably has a dependency on some hwmod core changes. > > Cc: Felipe Balbi > Cc: Hema HK > Cc: Mark A. Greer > Signed-off-by: Paul Walmsley Acked-by: Mark A. Greer (on an am3517evm)