commit | 8b6ab7d63a5193f438e6d88b4647447f4f27c569 | [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 | 38c69145f703beb65d49c1d6f6d8bc90295c503b [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>