Re: [U-Boot] [PATCH 1/2] arm: add usb-phy init support for Kirkwood SoCs

2009-06-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:11 Sat 27 Jun , Nicolas Pitre wrote: > On Sat, 27 Jun 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: > > > On 00:50 Wed 24 Jun , Prafulla Wadaskar wrote: > > > On kirkwood by default USB PHY is disabled > > > and from Linux-2.6.29 onward, phy_version for kirkwood platforms > > > are p

Re: [U-Boot] [PATCH 1/2] arm: add usb-phy init support for Kirkwood SoCs

2009-06-27 Thread Nicolas Pitre
On Sat, 27 Jun 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 00:50 Wed 24 Jun , Prafulla Wadaskar wrote: > > On kirkwood by default USB PHY is disabled > > and from Linux-2.6.29 onward, phy_version for kirkwood platforms > > are programmed to EHCI_PHY_NA, expecting such platform specific

Re: [U-Boot] [PATCH 1/2] arm: add usb-phy init support for Kirkwood SoCs

2009-06-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:50 Wed 24 Jun , Prafulla Wadaskar wrote: > On kirkwood by default USB PHY is disabled > and from Linux-2.6.29 onward, phy_version for kirkwood platforms > are programmed to EHCI_PHY_NA, expecting such platform specific > setup should be done by boot loader > > This patch provides arch sp

[U-Boot] [PATCH 1/2] arm: add usb-phy init support for Kirkwood SoCs

2009-06-23 Thread Prafulla Wadaskar
On kirkwood by default USB PHY is disabled and from Linux-2.6.29 onward, phy_version for kirkwood platforms are programmed to EHCI_PHY_NA, expecting such platform specific setup should be done by boot loader This patch provides arch specific requirement for usb-phy init Signed-off-by: Prafulla Wa