diff options
author | Graeme Gregory <gg@slimlogic.co.uk> | 2013-06-19 15:24:02 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-06-20 10:26:29 +0200 |
commit | 89ce43fbbce525f99991ed060b1302bd3fdae9c6 (patch) | |
tree | bd5ff0aa56e1ce8561d22ce1111126f00715407c /Documentation/devicetree/bindings/usb/twlxxxx-usb.txt | |
parent | 997174705458d2abdbc31ba1594bf2a4503cb41a (diff) | |
download | op-kernel-dev-89ce43fbbce525f99991ed060b1302bd3fdae9c6.zip op-kernel-dev-89ce43fbbce525f99991ed060b1302bd3fdae9c6.tar.gz |
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/devicetree/bindings/usb/twlxxxx-usb.txt')
-rw-r--r-- | Documentation/devicetree/bindings/usb/twlxxxx-usb.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/twlxxxx-usb.txt b/Documentation/devicetree/bindings/usb/twlxxxx-usb.txt index 36b9aed..0aee0ad 100644 --- a/Documentation/devicetree/bindings/usb/twlxxxx-usb.txt +++ b/Documentation/devicetree/bindings/usb/twlxxxx-usb.txt @@ -8,7 +8,7 @@ TWL6030 USB COMPARATOR usb interrupt number that raises VBUS interrupts when the controller has to act as device - usb-supply : phandle to the regulator device tree node. It should be vusb - if it is twl6030 or ldousb if it is twl6025 subclass. + if it is twl6030 or ldousb if it is twl6032 subclass. twl6030-usb { compatible = "ti,twl6030-usb"; |