diff options
author | 2019-09-30 20:44:13 +0000 | |
---|---|---|
committer | 2019-09-30 20:44:13 +0000 | |
commit | 1a70dc6c0f6d1e35d3074b426e01c21d18d25f9b (patch) | |
tree | 2b3b3c6cb20fc0120422b545057240924423244b /sys/dev/fdt/files.fdt | |
parent | Add amlpwm(4), a driver for the PWM controller found on various Amlogic SoCs. (diff) | |
download | wireguard-openbsd-1a70dc6c0f6d1e35d3074b426e01c21d18d25f9b.tar.xz wireguard-openbsd-1a70dc6c0f6d1e35d3074b426e01c21d18d25f9b.zip |
Add pwmreg(4), a driver that implements a voltage regulator that uses a
PWM controller to set the voltage.
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 2323b320b2f..114d1724219 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.94 2019/09/30 20:42:45 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.95 2019/09/30 20:44:13 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -128,6 +128,10 @@ device syscon: fdt attach syscon at fdt file dev/fdt/syscon.c syscon +device pwmreg +attach pwmreg at fdt +file dev/fdt/pwmreg.c pwmreg + device amlclock attach amlclock at fdt file dev/fdt/amlclock.c amlclock |