diff options
author | Richard Fitzgerald <rf@opensource.wolfsonmicro.com> | 2015-01-17 10:21:23 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-02-26 05:04:42 -0500 |
commit | c4ac37193eccd941ff53da561d815bdabf591d31 (patch) | |
tree | 39c2e39d3c6e58da93b4286005f63c8f013edd95 /Documentation/devicetree/bindings/mfd | |
parent | e5d4ef0d731664b3fe204f4e5e87f5756e848fb1 (diff) |
Documentation: devicetree: arizona: Add bindings for WM8280
Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/arizona.txt | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt index 7bd1273f571a..87c878b1a17b 100644 --- a/Documentation/devicetree/bindings/mfd/arizona.txt +++ b/Documentation/devicetree/bindings/mfd/arizona.txt | |||
@@ -8,6 +8,7 @@ Required properties: | |||
8 | - compatible : One of the following chip-specific strings: | 8 | - compatible : One of the following chip-specific strings: |
9 | "wlf,wm5102" | 9 | "wlf,wm5102" |
10 | "wlf,wm5110" | 10 | "wlf,wm5110" |
11 | "wlf,wm8280" | ||
11 | "wlf,wm8997" | 12 | "wlf,wm8997" |
12 | - reg : I2C slave address when connected using I2C, chip select number when | 13 | - reg : I2C slave address when connected using I2C, chip select number when |
13 | using SPI. | 14 | using SPI. |
@@ -26,10 +27,16 @@ Required properties: | |||
26 | - #gpio-cells : Must be 2. The first cell is the pin number and the | 27 | - #gpio-cells : Must be 2. The first cell is the pin number and the |
27 | second cell is used to specify optional parameters (currently unused). | 28 | second cell is used to specify optional parameters (currently unused). |
28 | 29 | ||
29 | - AVDD-supply, DBVDD1-supply, DBVDD2-supply, DBVDD3-supply (wm5102, wm5110), | 30 | - AVDD-supply, DBVDD1-supply, CPVDD-supply : Power supplies for the device, |
30 | CPVDD-supply, SPKVDDL-supply (wm5102, wm5110), SPKVDDR-supply (wm5102, | 31 | as covered in Documentation/devicetree/bindings/regulator/regulator.txt |
31 | wm5110), SPKVDD-supply (wm8997) : Power supplies for the device, as covered | 32 | |
32 | in Documentation/devicetree/bindings/regulator/regulator.txt | 33 | - DBVDD2-supply, DBVDD3-supply : Additional databus power supplies (wm5102, |
34 | wm5110, wm8280) | ||
35 | |||
36 | - SPKVDDL-supply, SPKVDDR-supply : Speaker driver power supplies (wm5102, | ||
37 | wm5110, wm8280) | ||
38 | |||
39 | - SPKVDD-supply : Speaker driver power supply (wm8997) | ||
33 | 40 | ||
34 | Optional properties: | 41 | Optional properties: |
35 | 42 | ||