diff options
Diffstat (limited to 'sys/dev/fdt/files.fdt')
-rw-r--r-- | sys/dev/fdt/files.fdt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index 62de92fee6b..372ba82dc2d 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.64 2018/06/16 14:11:35 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.65 2018/07/02 12:46:20 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -79,9 +79,8 @@ attach plrtc at fdt file dev/fdt/plrtc.c plrtc # ARM PrimeCell PL011 UART -device pluart -attach pluart at fdt -file dev/fdt/pluart.c pluart +attach pluart at fdt with pluart_fdt +file dev/fdt/pluart_fdt.c pluart_fdt # ARM Power State Coordination Interface device psci |