CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2019/02/20 00:36:37
Modified files: sys/dev/ofw : ofw_regulator.c ofw_regulator.h Log message: Add support for current limit regulators in addition to the voltage regulators we already support. The GPIO-based regulators are rather independent of the type, we only need to know the type to check the upper and lower limits. With feedback from kettenis@