From a6d4c453069303c3d1a499d2282f423b35c8f3b0 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 14 Nov 2014 18:18:42 -0700 Subject: x86: ivybridge: Set up XHCI USB Add init for XHCI so that high-speed USB can be used. Signed-off-by: Simon Glass --- arch/x86/include/asm/arch-ivybridge/bd82x6x.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86/include/asm/arch-ivybridge/bd82x6x.h') diff --git a/arch/x86/include/asm/arch-ivybridge/bd82x6x.h b/arch/x86/include/asm/arch-ivybridge/bd82x6x.h index 2e6a0795c0..6454dd93ff 100644 --- a/arch/x86/include/asm/arch-ivybridge/bd82x6x.h +++ b/arch/x86/include/asm/arch-ivybridge/bd82x6x.h @@ -11,6 +11,7 @@ void bd82x6x_sata_init(pci_dev_t dev, const void *blob, int node); void bd82x6x_sata_enable(pci_dev_t dev, const void *blob, int node); void bd82x6x_pci_init(pci_dev_t dev); void bd82x6x_usb_ehci_init(pci_dev_t dev); +void bd82x6x_usb_xhci_init(pci_dev_t dev); int bd82x6x_init_pci_devices(void); int bd82x6x_init(void); -- cgit