]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
T4/usb: move usb 2.0 utmi dual phy init code to cpu_init.c
authorRoy Zang <tie-fei.zang@freescale.com>
Mon, 25 Mar 2013 07:39:33 +0000 (07:39 +0000)
committerAndy Fleming <afleming@freescale.com>
Tue, 14 May 2013 21:13:25 +0000 (16:13 -0500)
commit3fa75c875c960b0b978c63d6ae27fad8d8a0e692
treea9a962db913027469002731053463af8c575c972
parent04bccc3ab043601554ca0d85a57565d8452a8030
T4/usb: move usb 2.0 utmi dual phy init code to cpu_init.c

This is what we have done for the UTMI PHY on P3041/P5020. Then the PHY
initialization can be reused in kernel without  “usb start” command.

Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
arch/powerpc/cpu/mpc85xx/cpu_init.c
drivers/usb/host/ehci-fsl.c