From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aneesh V Date: Thu, 15 Dec 2011 20:38:32 +0530 Subject: [U-Boot] [PATCH v2] omap4_panda: Initialize the USB phy In-Reply-To: <1323805272-32005-1-git-send-email-clalancette@gmail.com> References: <1323805272-32005-1-git-send-email-clalancette@gmail.com> Message-ID: <4EEA0D70.4040905@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday 14 December 2011 01:11 AM, clalancette at gmail.com wrote: > From: Chris Lalancette > > During misc_init_r, make sure to setup the clocks > properly for the USB hub on the pandaboard. With > this in place, the USB hub and the ethernet works > on the pandaboard. > > Signed-off-by: Chris Lalancette > --- > v2: Incorporate changes from Aneesh (aneesh at ti.com) to support > USB PHY from sys_clk and PER dpll. Also use symbolic > constants instead of magic values. > Looks good to me. Thanks a lot for incorporating the suggested changes. FWIW, Acked-by: Aneesh V