diff options
author | 2019-09-30 20:42:45 +0000 | |
---|---|---|
committer | 2019-09-30 20:42:45 +0000 | |
commit | 83338f5635f410e6a2f2e82eb065e0c8afd038cc (patch) | |
tree | dd39439ce11c218fce611fdef3c06b88c2b3a91a /sys/dev/fdt/files.fdt | |
parent | Add a PWM framework. (diff) | |
download | wireguard-openbsd-83338f5635f410e6a2f2e82eb065e0c8afd038cc.tar.xz wireguard-openbsd-83338f5635f410e6a2f2e82eb065e0c8afd038cc.zip |
Add amlpwm(4), a driver for the PWM controller found on various Amlogic SoCs.
ok patrick@
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 5786cbc5bc4..2323b320b2f 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.93 2019/09/29 13:04:03 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.94 2019/09/30 20:42:45 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -148,6 +148,10 @@ device amlpinctrl attach amlpinctrl at fdt file dev/fdt/amlpinctrl.c amlpinctrl +device amlpwm +attach amlpwm at fdt +file dev/fdt/amlpwm.c amlpwm + device amlreset attach amlreset at fdt file dev/fdt/amlreset.c amlreset |