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 65286f96bd3..d5d71a7dd31 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.37 2018/01/17 10:17:33 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.38 2018/02/24 11:06:59 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -57,6 +57,10 @@ device bcmdog attach bcmdog at fdt file dev/fdt/bcm2835_dog.c bcmdog +device bcmtemp +attach bcmtemp at fdt +file dev/fdt/bcm2835_temp.c bcmdog + device exrtc attach exrtc at fdt file dev/fdt/exrtc.c exrtc |