diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2023-02-13 19:26:16 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2023-02-13 19:26:16 +0000 |
commit | 46cb011a736a89cc866b80f3e30ad0ffac47064a (patch) | |
tree | 872241a2e6b006de4d07cc0656fc3b13c0020b80 /sys/dev/fdt/files.fdt | |
parent | 4e4d003028cf782bb4b83a5952e57246c3ddbd58 (diff) |
Add a driver for the ARM System Control and Management Interface, which,
among other things allows management of clocks under firmware management.
ok patrick@
Diffstat (limited to 'sys/dev/fdt/files.fdt')
-rw-r--r-- | sys/dev/fdt/files.fdt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index 9f17b472058..ec9baadffb1 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.177 2023/02/13 19:18:53 patrick Exp $ +# $OpenBSD: files.fdt,v 1.178 2023/02/13 19:26:15 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -195,6 +195,11 @@ device psci attach psci at fdt file dev/fdt/psci.c psci needs-flag +# ARM System Control and Management Interface +device scmi +attach scmi at fdt +file dev/fdt/scmi.c + attach virtio at fdt with virtio_mmio file dev/fdt/virtio_mmio.c virtio_mmio |