diff options
-rw-r--r-- | sys/arm/at91/at91.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/at91/at91.c b/sys/arm/at91/at91.c index 0ee4724..f1c697f 100644 --- a/sys/arm/at91/at91.c +++ b/sys/arm/at91/at91.c @@ -302,7 +302,7 @@ at91_attach(device_t dev) at91_add_child(dev, 10, "at91_spi", 0, AT91RM92_BASE + // SPI AT91RM92_SPI_BASE, AT91RM92_SPI_SIZE, AT91RM92_IRQ_SPI); // Not sure that the following belongs on this bus. - at91_add_child(dev, 10, "ohci", 0, AT91RM92_BASE + // UHP + at91_add_child(dev, 10, "ohci", 0, // UHP AT91RM92_OHCI_BASE, AT91RM92_OHCI_SIZE, AT91RM92_IRQ_UHP); bus_generic_probe(dev); bus_generic_attach(dev); |