[U-Boot] [PATCH v3 05/14] mx51: Fix USB PHY clocks

2012-09-28 Thread Benoît Thébaudeau
The i.MX51 has a single USB PHY clock, while the i.MX53 has two. These 3 clocks have different clock gate control bit-fields. The existing code was correct only for i.MX53, so this patch fixes the i.MX51 use case. Signed-off-by: Benoît Thébaudeau Cc: Stefano Babic Cc: Marek Vasut Cc: Jana Rapa

Re: [U-Boot] [PATCH v3 05/14] mx51: Fix USB PHY clocks

2012-10-02 Thread Igor Grinberg
On 09/28/12 19:09, Benoît Thébaudeau wrote: > The i.MX51 has a single USB PHY clock, while the i.MX53 has two. These 3 > clocks > have different clock gate control bit-fields. > > The existing code was correct only for i.MX53, so this patch fixes the i.MX51 > use case. > > Signed-off-by: Benoît