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 ca579ff5d83..6ef6a5efad5 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.114 2020/03/20 09:27:40 patrick Exp $ +# $OpenBSD: files.fdt,v 1.115 2020/03/27 16:53:06 patrick Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -395,6 +395,10 @@ device imxiomuxc attach imxiomuxc at fdt file dev/fdt/imxiomuxc.c imxiomuxc +device imxpwm +attach imxpwm at fdt +file dev/fdt/imxpwm.c imxpwm + device imxrtc attach imxrtc at fdt file dev/fdt/imxrtc.c imxrtc |
