diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2014-07-10 20:04:08 +0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-07-11 14:12:22 +0400 |
commit | a6d97c12a6ef62546d03a68d7555505dbc42a777 (patch) | |
tree | 2fc735f3234b19ea2ff5bdccfe912320110e5264 /Documentation/devicetree | |
parent | 384d0f0e361b1646dd6f020f59131ca7e91f7421 (diff) | |
download | linux-a6d97c12a6ef62546d03a68d7555505dbc42a777.tar.xz |
mfd: arizona: Update DT binding to support LDO1 init_data
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/arizona.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt index 36a0c3d8c726..fd51988d9734 100644 --- a/Documentation/devicetree/bindings/mfd/arizona.txt +++ b/Documentation/devicetree/bindings/mfd/arizona.txt @@ -42,6 +42,14 @@ Optional properties: the chip default will be used. If present exactly five values must be specified. + - DCVDD-supply : Power supply, only needs to be specified if DCVDD is being + externally supplied. As covered in + Documentation/devicetree/bindings/regulator/regulator.txt + +Optional subnodes: + - ldo1 : Initial data for the LDO1 regulator, as covered in + Documentation/devicetree/bindings/regulator/regulator.txt + Example: codec: wm5102@1a { |