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 7e0781ca413..93c8f7de922 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.171 2022/11/10 12:12:53 patrick Exp $ +# $OpenBSD: files.fdt,v 1.172 2022/11/23 23:43:08 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -231,6 +231,10 @@ device pwmfan attach pwmfan at fdt file dev/fdt/pwmfan.c pwmfan +device pwmleds +attach pwmleds at fdt +file dev/fdt/pwmleds.c pwmleds + device pwmreg attach pwmreg at fdt file dev/fdt/pwmreg.c pwmreg |