CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2018/08/02 03:45:17
Modified files: sys/dev/ofw : ofw_regulator.c ofw_regulator.h Log message: Add delay when increasing the voltage of a regulator that has a "regulator-ramp-delay" property to guerantee that the target voltage has been reached when regulator_set_voltage(9) returns. ok patrick@