aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/arm64/nexus.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm64/arm64/nexus.c')
-rw-r--r--sys/arm64/arm64/nexus.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arm64/arm64/nexus.c b/sys/arm64/arm64/nexus.c
index bc3833036a10..d6c6d2b69f69 100644
--- a/sys/arm64/arm64/nexus.c
+++ b/sys/arm64/arm64/nexus.c
@@ -148,6 +148,10 @@ nexus_attach(device_t dev)
if (rman_init(&mem_rman) || rman_manage_region(&mem_rman, 0, ~0))
panic("nexus_probe mem_rman");
+ /* Add the ofwbus device */
+ /* ARM64TODO: Alternatively add acpi */
+ nexus_add_child(dev, 10, "ofwbus", 0);
+
/*
* First, deal with the children we know about already
*/