mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
Documentation: devicetree: bindings: regulator: palmas-pmic.txt
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> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
ba1800930d
commit
ade50c2dd3
1 changed files with 8 additions and 0 deletions
|
|
@ -1,5 +1,12 @@
|
||||||
* palmas regulator IP block devicetree bindings
|
* 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:
|
Required properties:
|
||||||
- compatible : Should be from the list
|
- compatible : Should be from the list
|
||||||
ti,twl6035-pmic
|
ti,twl6035-pmic
|
||||||
|
|
@ -8,6 +15,7 @@ Required properties:
|
||||||
ti,tps65913-pmic
|
ti,tps65913-pmic
|
||||||
ti,tps65914-pmic
|
ti,tps65914-pmic
|
||||||
ti,tps65917-pmic
|
ti,tps65917-pmic
|
||||||
|
ti,tps659038-pmic
|
||||||
and also the generic series names
|
and also the generic series names
|
||||||
ti,palmas-pmic
|
ti,palmas-pmic
|
||||||
- interrupt-parent : The parent interrupt controller which is palmas.
|
- interrupt-parent : The parent interrupt controller which is palmas.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue