Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1366244 > unrolled thread
| Started by | Keerthy <j-keerthy@ti.com> |
|---|---|
| First post | 2016-03-29 15:00 +0200 |
| Last post | 2016-03-31 16:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] Documentation: devicetree: bindings: regulator: palmas-pmic.txt Keerthy <j-keerthy@ti.com> - 2016-03-29 15:00 +0200
Re: [PATCH] Documentation: devicetree: bindings: regulator: palmas-pmic.txt Rob Herring <robh@kernel.org> - 2016-03-31 16:20 +0200
| From | Keerthy <j-keerthy@ti.com> |
|---|---|
| Date | 2016-03-29 15:00 +0200 |
| Subject | [PATCH] Documentation: devicetree: bindings: regulator: palmas-pmic.txt |
| Message-ID | <ri1px-6kK-25@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2016-03-31 16:20 +0200 |
| Subject | Re: [PATCH] Documentation: devicetree: bindings: regulator: palmas-pmic.txt |
| Message-ID | <riLC1-6ib-3@gated-at.bofh.it> |
| In reply to | #1366244 |
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> > --- > Documentation/devicetree/bindings/regulator/palmas-pmic.txt | 8 ++++++++ > 1 file changed, 8 insertions(+) Acked-by: Rob Herring <robh@kernel.org>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web