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 5abe2d9c020..ece9a897294 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.33 2017/12/31 11:13:59 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.34 2017/12/31 13:54:09 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -28,6 +28,10 @@ device sximmc: sdmmcbus attach sximmc at fdt file dev/fdt/sximmc.c sximmc +device sxitemp +attach sxitemp at fdt +file dev/fdt/sxitemp.c sxitemp + device sxitwi: i2cbus attach sxitwi at fdt file dev/fdt/sxitwi.c sxitwi |