On 23 May 2018 12:42 Marek Vasut wrote: > To: linux-kernel@xxxxxxxxxxxxxxx > Cc: Marek Vasut <marek.vasut+renesas@xxxxxxxxx>; Geert Uytterhoeven <geert+renesas@xxxxxxxxx>; Lee Jones <lee.jones@xxxxxxxxxx>; Mark Brown <broonie@xxxxxxxxxx>; Steve Twiss <stwiss.opensource@xxxxxxxxxxx>; Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx>; linux-renesas-soc@xxxxxxxxxxxxxxx > Subject: [PATCH 3/6] mfd: da9063: Add DA9063L type > > Add type for DA9063L, which is a reduced variant of the DA9063 without RTC block and with less regulators. > > Signed-off-by: Marek Vasut <marek.vasut+renesas@xxxxxxxxx> > Cc: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > Cc: Lee Jones <lee.jones@xxxxxxxxxx> > Cc: Mark Brown <broonie@xxxxxxxxxx> > Cc: Steve Twiss <stwiss.opensource@xxxxxxxxxxx> > Cc: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> > Cc: linux-renesas-soc@xxxxxxxxxxxxxxx > --- > include/linux/mfd/da9063/core.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/mfd/da9063/core.h b/include/linux/mfd/da9063/core.h index eb234582dcb2..c3e917dd1860 100644 > --- a/include/linux/mfd/da9063/core.h > +++ b/include/linux/mfd/da9063/core.h > @@ -33,6 +33,7 @@ > > enum da9063_type { > PMIC_TYPE_DA9063 = 0, > + PMIC_TYPE_DA9063L, > }; > > enum da9063_variant_codes { > -- > 2.16.2 Acked-by: Steve Twiss <stwiss.opensource@xxxxxxxxxxx> Regards, Steve