diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2023-04-01 08:39:06 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2023-04-01 08:39:06 +0000 |
commit | c0ac34955f006bfd73800c3117449edf65f51b11 (patch) | |
tree | 9bb7b1cefafb8bee274ac8f554f5723bc0732b13 /sys/dev/fdt/files.fdt | |
parent | 3103a2e9666b15163aaa515ac7b3c319fe242861 (diff) |
Add rkiovd(4), a driver for the IO voltage domains on Rockchip SoCs. This
driver makes sure the SoC IO voltage domains stay in sync with the voltage
provided by the regulator associated with the domain.
ok dlg@
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 0546228a185..9d795822199 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.182 2023/03/19 11:17:16 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.183 2023/04/01 08:39:05 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -378,6 +378,10 @@ device rkiis attach rkiis at fdt file dev/fdt/rkiis.c rkiis +device rkiovd +attach rkiovd at fdt +file dev/fdt/rkiovd.c rkiovd + device rkpcie: pcibus attach rkpcie at fdt file dev/fdt/rkpcie.c rkpcie |