summaryrefslogtreecommitdiffstats
path: root/sys/arm/samsung/exynos
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/samsung/exynos')
-rw-r--r--sys/arm/samsung/exynos/exynos5_ehci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/samsung/exynos/exynos5_ehci.c b/sys/arm/samsung/exynos/exynos5_ehci.c
index 7dacafa..5b44ddd 100644
--- a/sys/arm/samsung/exynos/exynos5_ehci.c
+++ b/sys/arm/samsung/exynos/exynos5_ehci.c
@@ -231,6 +231,7 @@ exynos_ehci_attach(device_t dev)
sc->sc_bus.parent = dev;
sc->sc_bus.devices = sc->sc_devices;
sc->sc_bus.devices_max = EHCI_MAX_DEVICES;
+ sc->sc_bus.dma_bits = 32;
if (bus_alloc_resources(dev, exynos_ehci_spec, esc->res)) {
device_printf(dev, "could not allocate resources\n");
OpenPOWER on IntegriCloud