Re: [U-Boot] [PATCH 3/9] sunxi: Fix USB PHY control register offset for A83T

2017-09-22 Thread Maxime Ripard
Hi On Fri, Sep 22, 2017 at 07:26:29AM +, Chen-Yu Tsai wrote: > It was recently discovered that the USB PHY control register offset on > the A83T is 0x410 like on the A33, not 0x404. Fix it. > > Fixes: 0c935acb9e5d ("sunxi: usb_phy: Add support for A83T USB PHYs") > Signed-off-by: Chen-Yu Tsai

[U-Boot] [PATCH 3/9] sunxi: Fix USB PHY control register offset for A83T

2017-09-22 Thread Chen-Yu Tsai
It was recently discovered that the USB PHY control register offset on the A83T is 0x410 like on the A33, not 0x404. Fix it. Fixes: 0c935acb9e5d ("sunxi: usb_phy: Add support for A83T USB PHYs") Signed-off-by: Chen-Yu Tsai --- arch/arm/mach-sunxi/usb_phy.c | 2 +- 1 file changed, 1 insertion(+),