diff options
author | Matt Porter <mporter@linaro.org> | 2014-04-24 01:21:30 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-05-21 11:40:01 +0200 |
commit | bb7f32fe966aa009ef6757aa08067cca3b2ac913 (patch) | |
tree | 511565104c4be5466547e55429e8f02022267f78 /Documentation/devicetree/bindings/mfd | |
parent | mfd: tps65090: Stop caching most registers (diff) | |
download | linux-bb7f32fe966aa009ef6757aa08067cca3b2ac913.tar.xz linux-bb7f32fe966aa009ef6757aa08067cca3b2ac913.zip |
mfd: bcm590xx: Update binding with additional BCM59056 regulators
The BCM59056 supports GPLDO1-6 and VBUS regulators in a secondary
I2C slave address space. Add these regulators to the list of valid
regulator node names for BCM59056.
Signed-off-by: Matt Porter <mporter@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/bcm590xx.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/bcm590xx.txt b/Documentation/devicetree/bindings/mfd/bcm590xx.txt index 1fe30e2b10da..be51a15e05f9 100644 --- a/Documentation/devicetree/bindings/mfd/bcm590xx.txt +++ b/Documentation/devicetree/bindings/mfd/bcm590xx.txt @@ -19,7 +19,9 @@ Optional child nodes: The valid regulator node names for BCM59056 are: rfldo, camldo1, camldo2, simldo1, simldo2, sdldo, sdxldo, mmcldo1, mmcldo2, audldo, micldo, usbldo, vibldo, - csr, iosr1, iosr2, msr, sdsr1, sdsr2, vsr + csr, iosr1, iosr2, msr, sdsr1, sdsr2, vsr, + gpldo1, gpldo2, gpldo3, gpldo4, gpldo5, gpldo6, + vbus Example: pmu: bcm59056@8 { |