diff options
author | 2018-07-02 12:46:20 +0000 | |
---|---|---|
committer | 2018-07-02 12:46:20 +0000 | |
commit | e474e71d971d949f633c4210bda2bcbbdf16a70c (patch) | |
tree | d0f8a6c537013c36dc27247e9f31579f622c0217 /sys/dev/fdt/files.fdt | |
parent | Fire notify for select-layout, from George Nachman. (diff) | |
download | wireguard-openbsd-e474e71d971d949f633c4210bda2bcbbdf16a70c.tar.xz wireguard-openbsd-e474e71d971d949f633c4210bda2bcbbdf16a70c.zip |
Allow pluart(4) to attach to acpi(4).
ok mlarkin@, patrick@
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 |