x86: ivybridge: Set up EHCI USB
[oweals/u-boot.git] / arch / x86 / cpu / ivybridge / bd82x6x.c
index b54f5c78822df3de36f2dffbe1f9d4fe5e8c1ade..1fcbc28543fa3f857dbf903b039598f6eeaff3f5 100644 (file)
@@ -102,6 +102,8 @@ int bd82x6x_init_pci_devices(void)
                return -EINVAL;
        }
        bd82x6x_sata_init(PCH_SATA_DEV, blob, sata_node);
+       bd82x6x_usb_ehci_init(PCH_EHCI1_DEV);
+       bd82x6x_usb_ehci_init(PCH_EHCI2_DEV);
 
        return 0;
 }