aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2015-09-30 02:39:45 -0400
committerMark Brown <broonie@kernel.org>2015-10-05 10:05:20 -0400
commit8a29f6c3da0b56fa20c94edde98f53a5582e71a3 (patch)
tree4042cbe887dc40907fd1a0301f1917d94d08036f
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff)
regulator: axp20x: Drop AXP221 DC1SW and DC5LDO regulator supplies from bindings
The DC1SW and DC5LDO regulators in the AXP221 are internally chained to DCDC1 and DCDC5, hence the names. The original bindings used the parent regulator names for the supply regulator property. This causes some confusion when we actually use it in the dts: axp221 { /* self supplying? */ dcdc1-supply = <&dcdc1>; dcdc5-supply = <&dcdc5>; dcdc1: dcdc1 { ... }; dcdc5: dcdc5 { ... }; }; Since they are internally connected within the PMIC, their relationships should not be visible in the device tree. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/mfd/axp20x.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mfd/axp20x.txt b/Documentation/devicetree/bindings/mfd/axp20x.txt
index 41811223e5be..a474359dd206 100644
--- a/Documentation/devicetree/bindings/mfd/axp20x.txt
+++ b/Documentation/devicetree/bindings/mfd/axp20x.txt
@@ -60,8 +60,8 @@ DCDC2 : DC-DC buck : vin2-supply
60DCDC3 : DC-DC buck : vin3-supply 60DCDC3 : DC-DC buck : vin3-supply
61DCDC4 : DC-DC buck : vin4-supply 61DCDC4 : DC-DC buck : vin4-supply
62DCDC5 : DC-DC buck : vin5-supply 62DCDC5 : DC-DC buck : vin5-supply
63DC1SW : On/Off Switch : dcdc1-supply : DCDC1 secondary output 63DC1SW : On/Off Switch : : DCDC1 secondary output
64DC5LDO : LDO : dcdc5-supply : input from DCDC5 64DC5LDO : LDO : : input from DCDC5
65ALDO1 : LDO : aldoin-supply : shared supply 65ALDO1 : LDO : aldoin-supply : shared supply
66ALDO2 : LDO : aldoin-supply : shared supply 66ALDO2 : LDO : aldoin-supply : shared supply
67ALDO3 : LDO : aldoin-supply : shared supply 67ALDO3 : LDO : aldoin-supply : shared supply