diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2023-02-14 08:27:00 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2023-02-14 08:27:00 +0000 |
commit | c12c222d10ba432396376f1a2b89c0f4fa261066 (patch) | |
tree | 6045176a85a94f96ffa5b0f64b14a40abf74dd56 | |
parent | c710d7ecfdc5d21fa4e99ab2b6b42234fcda0d6b (diff) |
Fix scmi(4) entry.
-rw-r--r-- | sys/dev/fdt/files.fdt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index ec9baadffb1..f1dfa0eda7a 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.178 2023/02/13 19:26:15 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.179 2023/02/14 08:26:59 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -198,7 +198,7 @@ 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 +file dev/fdt/scmi.c scmi attach virtio at fdt with virtio_mmio file dev/fdt/virtio_mmio.c virtio_mmio |