Duje Mihanović, 2026-05-26T21:14:49+02:00: > From: Duje Mihanović <[email protected]> > > Add support for the PMIC's Vbus regulator. This regulator is mandatory > for USB OTG support on boards using the PMIC. > > Signed-off-by: Duje Mihanović <[email protected]> > --- > drivers/regulator/88pm886-regulator.c | 27 +++++++++++++++++++++++++++ > include/linux/mfd/88pm886.h | 7 +++++++ > 2 files changed, 34 insertions(+) > > diff --git a/drivers/regulator/88pm886-regulator.c > b/drivers/regulator/88pm886-regulator.c > index a38bd4f312b7..039822e86ec8 100644 > --- a/drivers/regulator/88pm886-regulator.c > +++ b/drivers/regulator/88pm886-regulator.c > @@ -4,6 +4,7 @@ > #include <linux/platform_device.h> > #include <linux/regmap.h> > #include <linux/regulator/driver.h> > +#include <linux/units.h>
What is this for? [...] Reviewed-by: Karel Balej <[email protected]>

