aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorGraeme Gregory <gg@slimlogic.co.uk>2013-06-19 08:24:02 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2013-06-20 04:26:29 -0400
commit89ce43fbbce525f99991ed060b1302bd3fdae9c6 (patch)
treebd5ff0aa56e1ce8561d22ce1111126f00715407c /Documentation
parent997174705458d2abdbc31ba1594bf2a4503cb41a (diff)
mfd: twl-core: Change TWL6025 references to TWL6032
The TWL6025 was never released beyond sample form and was replaced by the PhoenixLite range of chips - TWL6032. Change the references to reference the TWL6032 class and name the registers to twl6032 in line with an actual released chip name to avoid confusion. Currently there are no users of TWL6025 in the code. Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk> Signed-off-by: Oleksandr Kozaruk <oleksandr.kozaruk@ti.com> Acked-by: Lee Jones <lee.jones@linaro.org> Reviwed-by: Mark Brown <broonie@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/regulator/twl-regulator.txt26
-rw-r--r--Documentation/devicetree/bindings/usb/twlxxxx-usb.txt2
2 files changed, 14 insertions, 14 deletions
diff --git a/Documentation/devicetree/bindings/regulator/twl-regulator.txt b/Documentation/devicetree/bindings/regulator/twl-regulator.txt
index 658749b90b97..75b0c1669504 100644
--- a/Documentation/devicetree/bindings/regulator/twl-regulator.txt
+++ b/Documentation/devicetree/bindings/regulator/twl-regulator.txt
@@ -18,20 +18,20 @@ For twl6030 regulators/LDOs
18 - "ti,twl6030-vdd1" for VDD1 SMPS 18 - "ti,twl6030-vdd1" for VDD1 SMPS
19 - "ti,twl6030-vdd2" for VDD2 SMPS 19 - "ti,twl6030-vdd2" for VDD2 SMPS
20 - "ti,twl6030-vdd3" for VDD3 SMPS 20 - "ti,twl6030-vdd3" for VDD3 SMPS
21For twl6025 regulators/LDOs 21For twl6032 regulators/LDOs
22- compatible: 22- compatible:
23 - "ti,twl6025-ldo1" for LDO1 LDO 23 - "ti,twl6032-ldo1" for LDO1 LDO
24 - "ti,twl6025-ldo2" for LDO2 LDO 24 - "ti,twl6032-ldo2" for LDO2 LDO
25 - "ti,twl6025-ldo3" for LDO3 LDO 25 - "ti,twl6032-ldo3" for LDO3 LDO
26 - "ti,twl6025-ldo4" for LDO4 LDO 26 - "ti,twl6032-ldo4" for LDO4 LDO
27 - "ti,twl6025-ldo5" for LDO5 LDO 27 - "ti,twl6032-ldo5" for LDO5 LDO
28 - "ti,twl6025-ldo6" for LDO6 LDO 28 - "ti,twl6032-ldo6" for LDO6 LDO
29 - "ti,twl6025-ldo7" for LDO7 LDO 29 - "ti,twl6032-ldo7" for LDO7 LDO
30 - "ti,twl6025-ldoln" for LDOLN LDO 30 - "ti,twl6032-ldoln" for LDOLN LDO
31 - "ti,twl6025-ldousb" for LDOUSB LDO 31 - "ti,twl6032-ldousb" for LDOUSB LDO
32 - "ti,twl6025-smps3" for SMPS3 SMPS 32 - "ti,twl6032-smps3" for SMPS3 SMPS
33 - "ti,twl6025-smps4" for SMPS4 SMPS 33 - "ti,twl6032-smps4" for SMPS4 SMPS
34 - "ti,twl6025-vio" for VIO SMPS 34 - "ti,twl6032-vio" for VIO SMPS
35For twl4030 regulators/LDOs 35For twl4030 regulators/LDOs
36- compatible: 36- compatible:
37 - "ti,twl4030-vaux1" for VAUX1 LDO 37 - "ti,twl4030-vaux1" for VAUX1 LDO
diff --git a/Documentation/devicetree/bindings/usb/twlxxxx-usb.txt b/Documentation/devicetree/bindings/usb/twlxxxx-usb.txt
index 36b9aede3f40..0aee0ad3f035 100644
--- a/Documentation/devicetree/bindings/usb/twlxxxx-usb.txt
+++ b/Documentation/devicetree/bindings/usb/twlxxxx-usb.txt
@@ -8,7 +8,7 @@ TWL6030 USB COMPARATOR
8 usb interrupt number that raises VBUS interrupts when the controller has to 8 usb interrupt number that raises VBUS interrupts when the controller has to
9 act as device 9 act as device
10 - usb-supply : phandle to the regulator device tree node. It should be vusb 10 - usb-supply : phandle to the regulator device tree node. It should be vusb
11 if it is twl6030 or ldousb if it is twl6025 subclass. 11 if it is twl6030 or ldousb if it is twl6032 subclass.
12 12
13twl6030-usb { 13twl6030-usb {
14 compatible = "ti,twl6030-usb"; 14 compatible = "ti,twl6030-usb";