From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 09:16:12 -0800 Subject: [U-Boot] [Patch V4 7/7] armv8/ls1043ardb: add USB support In-Reply-To: <1447235920-46321-8-git-send-email-Qianyu.Gong@freescale.com> References: <1447235920-46321-1-git-send-email-Qianyu.Gong@freescale.com> <1447235920-46321-8-git-send-email-Qianyu.Gong@freescale.com> Message-ID: <565C845C.5010203@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/11/2015 01:58 AM, Gong Qianyu wrote: > Add support for the third USB controller for LS1043A. > > Signed-off-by: Gong Qianyu > --- > V4: > - No change. > V3: > - New Patch. Tested on LS1043ARDB board. > > arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h | 6 +++--- > board/freescale/ls1043ardb/ls1043ardb.c | 16 ++++++++++++++++ > include/configs/ls1043ardb.h | 13 +++++++++++++ > include/linux/usb/xhci-fsl.h | 9 ++++++++- > 4 files changed, 40 insertions(+), 4 deletions(-) > Applied to fsl-qoriq master. Thanks. York