diff options
author | Simon Glass <sjg@chromium.org> | 2014-11-14 18:18:40 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-11-25 06:34:01 -0700 |
commit | 9baeca4b8936edc01e1c748a6f119915acb100c4 (patch) | |
tree | cc2c484f443f937b560b888186d6c93877bb3d9d /arch/x86/include | |
parent | 4896f4acc8b67155026cd1095b5dcdb22e70445a (diff) | |
download | u-boot-imx-9baeca4b8936edc01e1c748a6f119915acb100c4.zip u-boot-imx-9baeca4b8936edc01e1c748a6f119915acb100c4.tar.gz u-boot-imx-9baeca4b8936edc01e1c748a6f119915acb100c4.tar.bz2 |
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')
-rw-r--r-- | arch/x86/include/asm/arch-ivybridge/bd82x6x.h | 1 |
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 644755f..2e6a079 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); |