diff options
author | Jagan Teki | 2018-05-07 13:03:38 +0530 |
---|---|---|
committer | Jagan Teki | 2018-05-28 16:40:43 +0530 |
commit | dd3228170ad7388bdd57ff18b9e463c36508ebe9 (patch) | |
tree | 174dda7e39c318d1c507863bb6b3029007317902 /drivers/usb/musb-new/musb_uboot.c | |
parent | aa29b11b3fdeaedb9689e89e467e6bbd036780ac (diff) |
usb: sunxi: Switch to use generic-phy
Allwinner USB PHY handling can be done through driver-model
generic-phy so add the generic-phy ops to relevant places
on host and musb sunxi driver and enable them in respective
SOC's.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Acked-by: Jun Nie <jun.nie@linaro.org>
Diffstat (limited to 'drivers/usb/musb-new/musb_uboot.c')
-rw-r--r-- | drivers/usb/musb-new/musb_uboot.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/musb-new/musb_uboot.c b/drivers/usb/musb-new/musb_uboot.c index 48242c04756..2b04fbd046e 100644 --- a/drivers/usb/musb-new/musb_uboot.c +++ b/drivers/usb/musb-new/musb_uboot.c @@ -1,9 +1,6 @@ #include <common.h> #include <console.h> #include <watchdog.h> -#ifdef CONFIG_ARCH_SUNXI -#include <asm/arch/usb_phy.h> -#endif #include <linux/errno.h> #include <linux/usb/ch9.h> #include <linux/usb/gadget.h> |