CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2023/04/01 02:39:05
Modified files: sys/dev/fdt : files.fdt Added files: sys/dev/fdt : rkiovd.c Log message: 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@