From e474e71d971d949f633c4210bda2bcbbdf16a70c Mon Sep 17 00:00:00 2001 From: kettenis Date: Mon, 2 Jul 2018 12:46:20 +0000 Subject: Allow pluart(4) to attach to acpi(4). ok mlarkin@, patrick@ --- sys/dev/fdt/files.fdt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sys/dev/fdt/files.fdt') 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 -- cgit v1.2.3-59-g8ed1b