summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-14 18:18:40 -0700
committerSimon Glass <sjg@chromium.org>2014-11-25 06:34:01 -0700
commit9baeca4b8936edc01e1c748a6f119915acb100c4 (patch)
treecc2c484f443f937b560b888186d6c93877bb3d9d /arch/x86/include/asm
parent4896f4acc8b67155026cd1095b5dcdb22e70445a (diff)
downloadtalos-obmc-uboot-9baeca4b8936edc01e1c748a6f119915acb100c4.tar.gz
talos-obmc-uboot-9baeca4b8936edc01e1c748a6f119915acb100c4.zip
x86: ivybridge: Set up EHCI USB
Add init for EHCI so that USB can be used. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r--arch/x86/include/asm/arch-ivybridge/bd82x6x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/arch-ivybridge/bd82x6x.h b/arch/x86/include/asm/arch-ivybridge/bd82x6x.h
index 644755fcc4..2e6a0795c0 100644
--- a/arch/x86/include/asm/arch-ivybridge/bd82x6x.h
+++ b/arch/x86/include/asm/arch-ivybridge/bd82x6x.h
@@ -10,6 +10,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);
int bd82x6x_init_pci_devices(void);
int bd82x6x_init(void);
OpenPOWER on IntegriCloud