commit | 948603d4d637a0e04a3214253b911cfc4ed11220 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Mon Mar 21 14:44:35 2016 +0100 |
committer | Hans de Goede <hdegoede@redhat.com> | Wed Mar 23 22:04:13 2016 +0100 |
tree | 91011f6fe2b33b4a3ca7228c84c7f9aa6299b4c8 | |
parent | 9284f3b452faa328fcc7e948c091598926d792ff [diff] |
sunxi: Fix 2nd usb controller on sun4i/sun7i no longer working The 2nd usb controller on sun4i/sun7i has its base address 0x8000 bytes from the 1st one, rather then 0x1000. Also the ahb clk gates are interleaved with the ohci clk-gates introducing a hole between the clks for usb1 and usb2. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>