devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: devicetree: bindings: regulator: palmas-pmic.txt
@ 2016-03-29 12:42 Keerthy
       [not found] ` <1459255363-21101-1-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
  2016-04-19 22:14 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Keerthy @ 2016-03-29 12:42 UTC (permalink / raw)
  To: robh+dt, mark.rutland
  Cc: spatton, devicetree, linux-kernel, linux-omap, j-keerthy

From: Schuyler Patton <spatton@ti.com>

Adding support for the tps659038 pmic so it doesn't generate a warning
when running the patch check script to
Documentation/devicetree/bindings/regulator/palmas-pmic.txt

Adding a note that the tps659037 device is a OTP spin of the
tps659038 pmic and device compatible.

Signed-off-by: Schuyler Patton <spatton@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 Documentation/devicetree/bindings/regulator/palmas-pmic.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/devicetree/bindings/regulator/palmas-pmic.txt b/Documentation/devicetree/bindings/regulator/palmas-pmic.txt
index 725393c..9987281 100644
--- a/Documentation/devicetree/bindings/regulator/palmas-pmic.txt
+++ b/Documentation/devicetree/bindings/regulator/palmas-pmic.txt
@@ -1,5 +1,12 @@
 * palmas regulator IP block devicetree bindings
 
+The tps659038 for the AM57x class have OTP spins that
+have different part numbers but the same functionality. There
+is not a need to add the OTP spins to the palmas driver. The
+spin devices should use the tps659038 as it's compatible value.
+This is the list of those devices:
+tps659037
+
 Required properties:
 - compatible : Should be from the list
   ti,twl6035-pmic
@@ -8,6 +15,7 @@ Required properties:
   ti,tps65913-pmic
   ti,tps65914-pmic
   ti,tps65917-pmic
+  ti,tps659038-pmic
 and also the generic series names
   ti,palmas-pmic
 - interrupt-parent : The parent interrupt controller which is palmas.
-- 
1.9.1

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

* Re: [PATCH] Documentation: devicetree: bindings: regulator: palmas-pmic.txt
       [not found] ` <1459255363-21101-1-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
@ 2016-03-31 14:15   ` Rob Herring
  0 siblings, 0 replies; 3+ messages in thread
From: Rob Herring @ 2016-03-31 14:15 UTC (permalink / raw)
  To: Keerthy
  Cc: mark.rutland-5wv7dgnIgG8, spatton-l0cyMroinI0,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA

On Tue, Mar 29, 2016 at 06:12:43PM +0530, Keerthy wrote:
> From: Schuyler Patton <spatton-l0cyMroinI0@public.gmane.org>
> 
> Adding support for the tps659038 pmic so it doesn't generate a warning
> when running the patch check script to
> Documentation/devicetree/bindings/regulator/palmas-pmic.txt
> 
> Adding a note that the tps659037 device is a OTP spin of the
> tps659038 pmic and device compatible.
> 
> Signed-off-by: Schuyler Patton <spatton-l0cyMroinI0@public.gmane.org>
> Signed-off-by: Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org>
> ---
>  Documentation/devicetree/bindings/regulator/palmas-pmic.txt | 8 ++++++++
>  1 file changed, 8 insertions(+)

Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>

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

* Re: [PATCH] Documentation: devicetree: bindings: regulator: palmas-pmic.txt
  2016-03-29 12:42 [PATCH] Documentation: devicetree: bindings: regulator: palmas-pmic.txt Keerthy
       [not found] ` <1459255363-21101-1-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
@ 2016-04-19 22:14 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2016-04-19 22:14 UTC (permalink / raw)
  To: Keerthy; +Cc: mark.rutland, spatton, devicetree, linux-kernel, linux-omap

On Tue, Mar 29, 2016 at 06:12:43PM +0530, Keerthy wrote:
> From: Schuyler Patton <spatton@ti.com>
> 
> Adding support for the tps659038 pmic so it doesn't generate a warning
> when running the patch check script to
> Documentation/devicetree/bindings/regulator/palmas-pmic.txt
> 
> Adding a note that the tps659037 device is a OTP spin of the
> tps659038 pmic and device compatible.
> 
> Signed-off-by: Schuyler Patton <spatton@ti.com>
> Signed-off-by: Keerthy <j-keerthy@ti.com>

Applied, thanks.

Rob

> ---
>  Documentation/devicetree/bindings/regulator/palmas-pmic.txt | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/regulator/palmas-pmic.txt b/Documentation/devicetree/bindings/regulator/palmas-pmic.txt
> index 725393c..9987281 100644
> --- a/Documentation/devicetree/bindings/regulator/palmas-pmic.txt
> +++ b/Documentation/devicetree/bindings/regulator/palmas-pmic.txt
> @@ -1,5 +1,12 @@
>  * palmas regulator IP block devicetree bindings
>  
> +The tps659038 for the AM57x class have OTP spins that
> +have different part numbers but the same functionality. There
> +is not a need to add the OTP spins to the palmas driver. The
> +spin devices should use the tps659038 as it's compatible value.
> +This is the list of those devices:
> +tps659037
> +
>  Required properties:
>  - compatible : Should be from the list
>    ti,twl6035-pmic
> @@ -8,6 +15,7 @@ Required properties:
>    ti,tps65913-pmic
>    ti,tps65914-pmic
>    ti,tps65917-pmic
> +  ti,tps659038-pmic
>  and also the generic series names
>    ti,palmas-pmic
>  - interrupt-parent : The parent interrupt controller which is palmas.
> -- 
> 1.9.1
> 

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

end of thread, other threads:[~2016-04-19 22:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-29 12:42 [PATCH] Documentation: devicetree: bindings: regulator: palmas-pmic.txt Keerthy
     [not found] ` <1459255363-21101-1-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
2016-03-31 14:15   ` Rob Herring
2016-04-19 22:14 ` Rob Herring

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).