From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753378AbaEUVKJ (ORCPT ); Wed, 21 May 2014 17:10:09 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:49675 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753268AbaEUVKH (ORCPT ); Wed, 21 May 2014 17:10:07 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 99.127.230.128 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19m5IdPAGxMFVLLqKS0LMWT Date: Wed, 21 May 2014 14:09:56 -0700 From: Tony Lindgren To: Sebastian Reichel Cc: Linus Walleij , Shubhrajyoti Datta , Carlos Chinea , Rob Herring , Pawel Moll , Mark Rutland , Kumar Gala , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, Pali =?utf-8?B?Um9ow6Fy?= , =?utf-8?B?0JjQstCw0LnQu9C+INCU0LjQvNC40YLRgNC+0LI=?= , Joni Lapilainen , Aaro Koskinen , Pavel Machek Subject: Re: [PATCHv5 09/10] DTS: ARM: OMAP3-N900: Add SSI support Message-ID: <20140521210956.GA14520@atomide.com> References: <1399739870-13526-1-git-send-email-sre@kernel.org> <1399739870-13526-10-git-send-email-sre@kernel.org> <20140514215503.GM27426@atomide.com> <20140520003538.GD15793@atomide.com> <20140521182513.GA26285@earth.universe> <20140521184319.GL17417@atomide.com> <20140521200928.GA27602@earth.universe> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140521200928.GA27602@earth.universe> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sebastian Reichel [140521 13:10]: > Hi, > > On Wed, May 21, 2014 at 11:43:19AM -0700, Tony Lindgren wrote: > > > > Just noticed that this patch seems to somehow break idle > > > > modes on n900, so dropping both dts changes for now. > > > > > > > > Basically the n900 debug LEDs won't ever go off with > > > > these two dts patches enabled, even without the modem > > > > drivers loaded. I did not dig deeper, but it's probably > > > > something related to hwmod using this data for some > > > > settings. > > > > > > Is hwmod data interpreted at all without the DT entries? > > > > Yes for autoidling unused devices. We parse that with > > omap_device_build_from_dt(). > > That function seems to parse DT stuff. What I meant was > not without the *driver*, but without the *DT entry*. > > I think the hwmod entries are completly ignored until there > is a DT device? Yes for device tree based booting. They get initialized based on the ti,hwmods property. Posted a suggested fix, you've probably seen it by now :) Tony