devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] DT: mfd: pm8xxx: Add new compatible string
@ 2014-09-23 13:52 Stanimir Varbanov
  2014-09-24  8:56 ` Lee Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Stanimir Varbanov @ 2014-09-23 13:52 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Lee Jones
  Cc: Stephen Boyd, Josh Cartwright, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Andrew Morton,
	Stanimir Varbanov

The rtc driver now supports PM8941 PMIC device, reflect this
in the binding document.

Signed-off-by: Stanimir Varbanov <svarbanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
---
 .../devicetree/bindings/mfd/qcom,pm8xxx.txt        |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Documentation/devicetree/bindings/mfd/qcom,pm8xxx.txt b/Documentation/devicetree/bindings/mfd/qcom,pm8xxx.txt
index 03518dc..f24f334 100644
--- a/Documentation/devicetree/bindings/mfd/qcom,pm8xxx.txt
+++ b/Documentation/devicetree/bindings/mfd/qcom,pm8xxx.txt
@@ -61,6 +61,7 @@ The below bindings specify the set of valid subnodes.
 	Definition: must be one of:
 		    "qcom,pm8058-rtc"
 		    "qcom,pm8921-rtc"
+		    "qcom,pm8941-rtc"
 
 - reg:
 	Usage: required
-- 
1.7.0.4

--
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] 3+ messages in thread

* Re: [PATCH] DT: mfd: pm8xxx: Add new compatible string
  2014-09-23 13:52 [PATCH] DT: mfd: pm8xxx: Add new compatible string Stanimir Varbanov
@ 2014-09-24  8:56 ` Lee Jones
  2014-09-24 10:27   ` Lee Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Lee Jones @ 2014-09-24  8:56 UTC (permalink / raw)
  To: Stanimir Varbanov
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Stephen Boyd, Josh Cartwright, devicetree, linux-kernel,
	Andrew Morton

On Tue, 23 Sep 2014, Stanimir Varbanov wrote:

> The rtc driver now supports PM8941 PMIC device, reflect this
> in the binding document.
> 
> Signed-off-by: Stanimir Varbanov <svarbanov@mm-sol.com>
> ---
>  .../devicetree/bindings/mfd/qcom,pm8xxx.txt        |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

Applied, thanks.

> diff --git a/Documentation/devicetree/bindings/mfd/qcom,pm8xxx.txt b/Documentation/devicetree/bindings/mfd/qcom,pm8xxx.txt
> index 03518dc..f24f334 100644
> --- a/Documentation/devicetree/bindings/mfd/qcom,pm8xxx.txt
> +++ b/Documentation/devicetree/bindings/mfd/qcom,pm8xxx.txt
> @@ -61,6 +61,7 @@ The below bindings specify the set of valid subnodes.
>  	Definition: must be one of:
>  		    "qcom,pm8058-rtc"
>  		    "qcom,pm8921-rtc"
> +		    "qcom,pm8941-rtc"
>  
>  - reg:
>  	Usage: required

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] DT: mfd: pm8xxx: Add new compatible string
  2014-09-24  8:56 ` Lee Jones
@ 2014-09-24 10:27   ` Lee Jones
  0 siblings, 0 replies; 3+ messages in thread
From: Lee Jones @ 2014-09-24 10:27 UTC (permalink / raw)
  To: Stanimir Varbanov
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Stephen Boyd, Josh Cartwright, devicetree, linux-kernel,
	Andrew Morton

On Wed, 24 Sep 2014, Lee Jones wrote:

> On Tue, 23 Sep 2014, Stanimir Varbanov wrote:
> 
> > The rtc driver now supports PM8941 PMIC device, reflect this
> > in the binding document.
> > 
> > Signed-off-by: Stanimir Varbanov <svarbanov@mm-sol.com>
> > ---
> >  .../devicetree/bindings/mfd/qcom,pm8xxx.txt        |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> Applied, thanks.

Whoops, spoke too soon.

I have applied this, but I've renamed the file qcom-pm8xxx.txt to
match the naming conventions of the other files.

> > diff --git a/Documentation/devicetree/bindings/mfd/qcom,pm8xxx.txt b/Documentation/devicetree/bindings/mfd/qcom,pm8xxx.txt
> > index 03518dc..f24f334 100644
> > --- a/Documentation/devicetree/bindings/mfd/qcom,pm8xxx.txt
> > +++ b/Documentation/devicetree/bindings/mfd/qcom,pm8xxx.txt
> > @@ -61,6 +61,7 @@ The below bindings specify the set of valid subnodes.
> >  	Definition: must be one of:
> >  		    "qcom,pm8058-rtc"
> >  		    "qcom,pm8921-rtc"
> > +		    "qcom,pm8941-rtc"
> >  
> >  - reg:
> >  	Usage: required
> 

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-24 10:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-23 13:52 [PATCH] DT: mfd: pm8xxx: Add new compatible string Stanimir Varbanov
2014-09-24  8:56 ` Lee Jones
2014-09-24 10:27   ` 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).