diff options
| author | 2020-03-27 16:53:06 +0000 | |
|---|---|---|
| committer | 2020-03-27 16:53:06 +0000 | |
| commit | 8174da498500628d9a0fd7edee0db57d42e69d05 (patch) | |
| tree | 5e5464194a09157971e13407f34d42da05003472 /sys/dev/fdt/files.fdt | |
| parent | btrace(8): simplify builtin_nsecs(); ok mpi@ (diff) | |
| download | wireguard-openbsd-8174da498500628d9a0fd7edee0db57d42e69d05.tar.xz wireguard-openbsd-8174da498500628d9a0fd7edee0db57d42e69d05.zip | |
Add imxpwm(4), a driver for the PWM controller found on various NXP i.MX SoCs.
ok kettenis@
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 |
