Re: [U-Boot] [PATCH 04/16] musb-new: sunxi: add common SUNXI_MUSB_BASE

2017-12-11 Thread Chen-Yu Tsai
On Tue, Dec 12, 2017 at 2:58 PM, Jagan Teki wrote: > MUSB sunxi driver base not always USB0_BASE, on a64 > USB0_BASE is USB-OTG-EHCI/OHCI base so add SUNXI_MUSB_BASE > and adjust the proper msub base for all sunxi families. > > Signed-off-by: Jagan Teki > --- > arch/arm/include/asm/arch-sunxi/cp

[U-Boot] [PATCH 04/16] musb-new: sunxi: add common SUNXI_MUSB_BASE

2017-12-11 Thread Jagan Teki
MUSB sunxi driver base not always USB0_BASE, on a64 USB0_BASE is USB-OTG-EHCI/OHCI base so add SUNXI_MUSB_BASE and adjust the proper msub base for all sunxi families. Signed-off-by: Jagan Teki --- arch/arm/include/asm/arch-sunxi/cpu_sun4i.h | 4 drivers/usb/musb-new/sunxi.c|