diff options
Diffstat (limited to 'sys/dev/fdt/files.fdt')
-rw-r--r-- | sys/dev/fdt/files.fdt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index be0e2686e94..f90efcdf446 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.76 2019/01/11 08:02:19 patrick Exp $ +# $OpenBSD: files.fdt,v 1.77 2019/02/03 14:03:36 patrick Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -190,6 +190,10 @@ device mvclock attach mvclock at fdt file dev/fdt/mvclock.c mvclock +device mvgicp +attach mvgicp at fdt +file dev/fdt/mvgicp.c mvgicp + device mvgpio attach mvgpio at fdt file dev/fdt/mvgpio.c mvgpio |