From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 22 Mar 2016 21:48:21 +0000 Subject: [U-Boot] [PATCH] sunxi: Fix 2nd usb controller on sun4i/sun7i no longer working In-Reply-To: <1458568216-18179-1-git-send-email-hdegoede@redhat.com> References: <1458568216-18179-1-git-send-email-hdegoede@redhat.com> Message-ID: <1458683301.28250.85.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 2016-03-21 at 14:50 +0100, Hans de Goede wrote: > 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 Acked-by: Ian Campbell