[U-Boot] [PATCH 2/3] arm: mvebu: Add board_setup for xhci hardware

2017-11-06 Thread Baruch Siach
From: Jon Nettleton This fixes the USB 3.0 support for the a38x SOC. Signed-off-by: Jon Nettleton [baruch: use fdt_addr_t] Signed-off-by: Baruch Siach --- arch/arm/mach-mvebu/cpu.c | 41 + 1 file changed, 41 insertions(+) diff --git a/arch/arm/mach-mve

Re: [U-Boot] [PATCH 2/3] arm: mvebu: Add board_setup for xhci hardware

2017-11-16 Thread Stefan Roese
On 06.11.2017 09:33, Baruch Siach wrote: From: Jon Nettleton This fixes the USB 3.0 support for the a38x SOC. Signed-off-by: Jon Nettleton [baruch: use fdt_addr_t] Signed-off-by: Baruch Siach Applied to u-boot-marvell/master. Thanks, Stefan ___