From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758237Ab3KZW1b (ORCPT ); Tue, 26 Nov 2013 17:27:31 -0500 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:29666 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756818Ab3KZW1H (ORCPT ); Tue, 26 Nov 2013 17:27:07 -0500 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 50.131.214.131 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+mzBoVtAiBGr5BQLOnFraA Date: Tue, 26 Nov 2013 14:27:03 -0800 From: Tony Lindgren To: Roger Quadros Cc: Nishanth Menon , Benoit Cousson , dt list , linux-usb@vger.kernel.org, lkml , balbi@ti.com, linux-omap , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH] ARM: dts: omap3-beagle: Fix USB host on beagle boards (for 3.13) Message-ID: <20131126222703.GQ26766@atomide.com> References: <1385387745-7162-1-git-send-email-rogerq@ti.com> <52946243.70903@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52946243.70903@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Roger Quadros [131126 00:57]: > On 11/25/2013 05:50 PM, Nishanth Menon wrote: > > On Mon, Nov 25, 2013 at 7:55 AM, Roger Quadros wrote: > >> Beagle (rev. C4) and Beagle-XM (all revs) need VAUX2 1.8V supply > >> for the USB PHY. > >> > >> As the generic PHY driver can't handle more than one supply > >> at the moment, we configure this supply to be always on. > >> This will cause a very small power impact if the USB host subsystem > >> is not in use, about 76.86 micro-W + LDO power. > > > >> > >> Older Beagle boards (prior to C4) don't have VAUX2 connected anywhere, > >> so there won't be any functional impact on those boards other than > >> some additional LDO power consumption. > >> > >> Reported-by: Nishanth Menon > >> Signed-off-by: Roger Quadros > > > > Tested-by: Nishanth Menon > > Thanks Nishant. Thanks, applying this into omap-for-v3.13/fixes-take4. Tony