* [PATCH 1/2 RESEND] mfd: arizona: Update DT binding to support LDO1 init_data
@ 2014-07-10 16:04 Charles Keepax
[not found] ` <1405008249-4370-1-git-send-email-ckeepax-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Charles Keepax @ 2014-07-10 16:04 UTC (permalink / raw)
To: lee.jones
Cc: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak,
devicetree, linux-kernel
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
---
Documentation/devicetree/bindings/mfd/arizona.txt | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
Hi,
These seem to have got missed when the regualtor changes
that accompanied them were merged.
Thanks,
Charles
diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt
index 36a0c3d..fd51988 100644
--- a/Documentation/devicetree/bindings/mfd/arizona.txt
+++ b/Documentation/devicetree/bindings/mfd/arizona.txt
@@ -42,6 +42,14 @@ Optional properties:
the chip default will be used. If present exactly five values must
be specified.
+ - DCVDD-supply : Power supply, only needs to be specified if DCVDD is being
+ externally supplied. As covered in
+ Documentation/devicetree/bindings/regulator/regulator.txt
+
+Optional subnodes:
+ - ldo1 : Initial data for the LDO1 regulator, as covered in
+ Documentation/devicetree/bindings/regulator/regulator.txt
+
Example:
codec: wm5102@1a {
--
1.7.2.5
^ permalink raw reply related [flat|nested] 4+ messages in thread[parent not found: <1405008249-4370-1-git-send-email-ckeepax-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>]
* [PATCH 2/2 RESEND] mfd: arizona: Update DT binding to support MICVDD init_data [not found] ` <1405008249-4370-1-git-send-email-ckeepax-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org> @ 2014-07-10 16:04 ` Charles Keepax [not found] ` <1405008249-4370-2-git-send-email-ckeepax-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org> 2014-07-11 8:30 ` [PATCH 1/2 RESEND] mfd: arizona: Update DT binding to support LDO1 init_data Lee Jones 1 sibling, 1 reply; 4+ messages in thread From: Charles Keepax @ 2014-07-10 16:04 UTC (permalink / raw) To: lee.jones-QSEj5FYQhm4dnm+yROfE0A Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8, mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg, galak-sgV2jX0FEOL9JmXXK+q4OQ, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA Signed-off-by: Charles Keepax <ckeepax-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org> --- Documentation/devicetree/bindings/mfd/arizona.txt | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt index fd51988..5c7e723 100644 --- a/Documentation/devicetree/bindings/mfd/arizona.txt +++ b/Documentation/devicetree/bindings/mfd/arizona.txt @@ -42,13 +42,15 @@ Optional properties: the chip default will be used. If present exactly five values must be specified. - - DCVDD-supply : Power supply, only needs to be specified if DCVDD is being - externally supplied. As covered in + - DCVDD-supply, MICVDD-supply : Power supplies, only need to be specified if + they are being externally supplied. As covered in Documentation/devicetree/bindings/regulator/regulator.txt Optional subnodes: - ldo1 : Initial data for the LDO1 regulator, as covered in Documentation/devicetree/bindings/regulator/regulator.txt + - micvdd : Initial data for the MICVDD regulator, as covered in + Documentation/devicetree/bindings/regulator/regulator.txt Example: -- 1.7.2.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <1405008249-4370-2-git-send-email-ckeepax-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>]
* Re: [PATCH 2/2 RESEND] mfd: arizona: Update DT binding to support MICVDD init_data [not found] ` <1405008249-4370-2-git-send-email-ckeepax-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org> @ 2014-07-11 8:32 ` Lee Jones 0 siblings, 0 replies; 4+ messages in thread From: Lee Jones @ 2014-07-11 8:32 UTC (permalink / raw) To: Charles Keepax Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8, mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg, galak-sgV2jX0FEOL9JmXXK+q4OQ, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA On Thu, 10 Jul 2014, Charles Keepax wrote: > Signed-off-by: Charles Keepax <ckeepax-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org> > --- > Documentation/devicetree/bindings/mfd/arizona.txt | 6 ++++-- > 1 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt > index fd51988..5c7e723 100644 > --- a/Documentation/devicetree/bindings/mfd/arizona.txt > +++ b/Documentation/devicetree/bindings/mfd/arizona.txt > @@ -42,13 +42,15 @@ Optional properties: > the chip default will be used. If present exactly five values must > be specified. > > - - DCVDD-supply : Power supply, only needs to be specified if DCVDD is being > - externally supplied. As covered in Patch 1 in this series just added these two lines. Normally I'd ask you to squash them, but as they've been around for a while already and _might_ have (benefit of the doubt) originated from separate patch-sets, I'll apply it anyway. Applied, thanks. > + - DCVDD-supply, MICVDD-supply : Power supplies, only need to be specified if > + they are being externally supplied. As covered in > Documentation/devicetree/bindings/regulator/regulator.txt > > Optional subnodes: > - ldo1 : Initial data for the LDO1 regulator, as covered in > Documentation/devicetree/bindings/regulator/regulator.txt > + - micvdd : Initial data for the MICVDD regulator, as covered in > + Documentation/devicetree/bindings/regulator/regulator.txt > > Example: > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2 RESEND] mfd: arizona: Update DT binding to support LDO1 init_data [not found] ` <1405008249-4370-1-git-send-email-ckeepax-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org> 2014-07-10 16:04 ` [PATCH 2/2 RESEND] mfd: arizona: Update DT binding to support MICVDD init_data Charles Keepax @ 2014-07-11 8:30 ` Lee Jones 1 sibling, 0 replies; 4+ messages in thread From: Lee Jones @ 2014-07-11 8:30 UTC (permalink / raw) To: Charles Keepax Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8, mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg, galak-sgV2jX0FEOL9JmXXK+q4OQ, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA On Thu, 10 Jul 2014, Charles Keepax wrote: > Signed-off-by: Charles Keepax <ckeepax-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org> > --- > Documentation/devicetree/bindings/mfd/arizona.txt | 8 ++++++++ > 1 files changed, 8 insertions(+), 0 deletions(-) These would normally require a DT Ack, but as they don't seem to be adding anything controversial, I'll just apply them. > diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt > index 36a0c3d..fd51988 100644 > --- a/Documentation/devicetree/bindings/mfd/arizona.txt > +++ b/Documentation/devicetree/bindings/mfd/arizona.txt > @@ -42,6 +42,14 @@ Optional properties: > the chip default will be used. If present exactly five values must > be specified. > > + - DCVDD-supply : Power supply, only needs to be specified if DCVDD is being > + externally supplied. As covered in > + Documentation/devicetree/bindings/regulator/regulator.txt > + > +Optional subnodes: > + - ldo1 : Initial data for the LDO1 regulator, as covered in > + Documentation/devicetree/bindings/regulator/regulator.txt > + > Example: > > codec: wm5102@1a { -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-07-11 8:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-10 16:04 [PATCH 1/2 RESEND] mfd: arizona: Update DT binding to support LDO1 init_data Charles Keepax
[not found] ` <1405008249-4370-1-git-send-email-ckeepax-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2014-07-10 16:04 ` [PATCH 2/2 RESEND] mfd: arizona: Update DT binding to support MICVDD init_data Charles Keepax
[not found] ` <1405008249-4370-2-git-send-email-ckeepax-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2014-07-11 8:32 ` Lee Jones
2014-07-11 8:30 ` [PATCH 1/2 RESEND] mfd: arizona: Update DT binding to support LDO1 init_data Lee Jones
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).