Re: [U-Boot] [PATCH] sunxi: usb_phy: Fix the phy_ctl offset on the A83T

2017-07-12 Thread Siarhei Siamashka
On Wed, 12 Jul 2017 16:44:25 +0200 Maxime Ripard wrote: > The A83T, just like the A33, has a USB phy with the phy_ctl at 0x410 > instead of 0x404. > > Suggested-by: Chen-Yu Tsai > Signed-off-by: Maxime Ripard > --- > arch/arm/mach-sunxi/usb_phy.c | 2 +- > 1 file changed, 1 insertion(+), 1 de

[U-Boot] [PATCH] sunxi: usb_phy: Fix the phy_ctl offset on the A83T

2017-07-12 Thread Maxime Ripard
The A83T, just like the A33, has a USB phy with the phy_ctl at 0x410 instead of 0x404. Suggested-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard --- arch/arm/mach-sunxi/usb_phy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-sunxi/usb_phy.c b/arch/arm/mach-sunx