diff options
author | Christoph Fritz <chf.fritz@googlemail.com> | 2018-06-05 11:26:49 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-07-27 09:13:25 +0200 |
commit | 2d8175ad7d519596149b32c6cd8f9fb970ca2677 (patch) | |
tree | 886be395e3c349de2e85ae2976625d2b600f7aa6 /Documentation/devicetree/bindings/mfd | |
parent | mfd: dln2: Use irqsave() in USB's complete callback (diff) | |
download | linux-2d8175ad7d519596149b32c6cd8f9fb970ca2677.tar.xz linux-2d8175ad7d519596149b32c6cd8f9fb970ca2677.zip |
dt-bindings: mfd: Fix documentation of tps65911
This patch fixes documentation of tps65911 because its list of
compatible regulators contains wrongly vdd3 instead of vdd2.
Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/tps65910.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/tps65910.txt b/Documentation/devicetree/bindings/mfd/tps65910.txt index 8af1202b381d..4f62143afd24 100644 --- a/Documentation/devicetree/bindings/mfd/tps65910.txt +++ b/Documentation/devicetree/bindings/mfd/tps65910.txt @@ -22,7 +22,7 @@ Required properties: The valid regulator-compatible values are: tps65910: vrtc, vio, vdd1, vdd2, vdd3, vdig1, vdig2, vpll, vdac, vaux1, vaux2, vaux33, vmmc, vbb - tps65911: vrtc, vio, vdd1, vdd3, vddctrl, ldo1, ldo2, ldo3, ldo4, ldo5, + tps65911: vrtc, vio, vdd1, vdd2, vddctrl, ldo1, ldo2, ldo3, ldo4, ldo5, ldo6, ldo7, ldo8 - xxx-supply: Input voltage supply regulator. |