Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1490490
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 4/4] regulator: axp20x: add the AXP813 |
| Date | 2016-09-24 00:30 +0200 |
| Message-ID | <skH8K-1e4-13@gated-at.bofh.it> (permalink) |
| References | <skuOe-1O5-9@gated-at.bofh.it> <skuOe-1O5-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Sep 23, 2016 at 09:22:41AM +0200, Jean-Francois Moine wrote: > The X-Powers AXP813 PMIC is close to the AXP803. > It is used in some Allwinner boards as the Sinovoip BananaPi M3+. > > Signed-off-by: Jean-Francois Moine <moinejf@free.fr> > --- > Documentation/devicetree/bindings/mfd/axp20x.txt | 9 +- > drivers/mfd/axp20x.c | 2 + > drivers/regulator/Makefile | 2 +- > drivers/regulator/axp813.c | 229 +++++++++++++++++++++++ > include/linux/mfd/axp20x.h | 1 + > 5 files changed, 239 insertions(+), 4 deletions(-) > create mode 100644 drivers/regulator/axp813.c > > diff --git a/Documentation/devicetree/bindings/mfd/axp20x.txt b/Documentation/devicetree/bindings/mfd/axp20x.txt > index 3332d02..62019fb 100644 > --- a/Documentation/devicetree/bindings/mfd/axp20x.txt > +++ b/Documentation/devicetree/bindings/mfd/axp20x.txt > @@ -8,11 +8,12 @@ axp221 (X-Powers) > axp223 (X-Powers) > axp803 (X-Powers) > axp809 (X-Powers) > +axp813 (X-Powers) > > Required properties: > - compatible: "x-powers,axp152", "x-powers,axp202", "x-powers,axp209", > "x-powers,axp221", "x-powers,axp223", "x-powers,axp803", > - "x-powers,axp806", "x-powers,axp809" > + "x-powers,axp806", "x-powers,axp809", "x-powers,axp813" Same comment here. Acked-by: Rob Herring <robh@kernel.org>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/4] regulator: axp20x: support AXP803/AXP813 variants Jean-Francois Moine <moinejf@free.fr> - 2016-09-23 11:20 +0200
[PATCH v3 1/4] regulator: axp20x: move device independant parts to new files Jean-Francois Moine <moinejf@free.fr> - 2016-09-23 11:20 +0200
[PATCH v3 4/4] regulator: axp20x: add the AXP813 Jean-Francois Moine <moinejf@free.fr> - 2016-09-23 11:20 +0200
Re: [PATCH v3 4/4] regulator: axp20x: add the AXP813 Rob Herring <robh@kernel.org> - 2016-09-24 00:30 +0200
[PATCH v3 2/4] regulator: axp20x: duplicate the MFD axp20x-rsb code Jean-Francois Moine <moinejf@free.fr> - 2016-09-23 11:20 +0200
Re: [PATCH v3 0/4] regulator: axp20x: support AXP803/AXP813 variants Chen-Yu Tsai <wens@csie.org> - 2016-09-24 10:40 +0200
Re: [PATCH v3 0/4] regulator: axp20x: support AXP803/AXP813 variants Jean-Francois Moine <moinejf@free.fr> - 2016-09-24 11:30 +0200
csiph-web