diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-03-27 16:53:07 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-03-27 16:53:07 +0000 |
commit | b8aa2484a3b1da2a39f2df5e74c62555be6c6433 (patch) | |
tree | d2f34e9c58dd3413b87b8fc9fe8426c04e16990d /sys/dev/fdt/files.fdt | |
parent | 0fef3292d1db799691d8f6205d54f05e6d2a2ed7 (diff) |
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 |