diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-08-17 19:05:11 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-08-17 19:05:11 +0000 |
| commit | b52d0dc4697c6397a03dd6d171b515c95b5e7c68 (patch) | |
| tree | 20156bae4172ba8b4b551c265ad00775b9e176bf /sys/dev/fdt | |
| parent | 6b2f0171863f16584efe96ad8adfd8026289cb1d (diff) | |
Notes
Diffstat (limited to 'sys/dev/fdt')
| -rw-r--r-- | sys/dev/fdt/simple_mfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fdt/simple_mfd.c b/sys/dev/fdt/simple_mfd.c index e824daf1a2773..596043629ea60 100644 --- a/sys/dev/fdt/simple_mfd.c +++ b/sys/dev/fdt/simple_mfd.c @@ -187,7 +187,7 @@ simple_mfd_attach(device_t dev) if (ofw_bus_is_compatible(dev, "syscon")) { sc->mem_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, - RF_ACTIVE | RF_SHAREABLE); + RF_ACTIVE); if (sc->mem_res == NULL) { device_printf(dev, "Cannot allocate memory resource\n"); |
