diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2014-03-19 06:18:54 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-31 08:32:52 -0400 |
commit | 72e6e79e1c265bd65c5c220b4e5e1960546557ec (patch) | |
tree | 5ab7e825da96247d1321059646c982ac266e0938 | |
parent | a0eae337cf27432f7a116e8eba67e69e22f2fd07 (diff) |
mfd: arizona: Correct small errors in the DT binding documentation
This patch does not alter the binding at all it only brings the
documentation up to date with the existing binding.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/arizona.txt | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt index 0e295c9d8937..36a0c3d8c726 100644 --- a/Documentation/devicetree/bindings/mfd/arizona.txt +++ b/Documentation/devicetree/bindings/mfd/arizona.txt | |||
@@ -5,9 +5,10 @@ of analogue I/O. | |||
5 | 5 | ||
6 | Required properties: | 6 | Required properties: |
7 | 7 | ||
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,wm8997" | ||
11 | - reg : I2C slave address when connected using I2C, chip select number when | 12 | - reg : I2C slave address when connected using I2C, chip select number when |
12 | using SPI. | 13 | using SPI. |
13 | 14 | ||
@@ -25,8 +26,9 @@ Required properties: | |||
25 | - #gpio-cells : Must be 2. The first cell is the pin number and the | 26 | - #gpio-cells : Must be 2. The first cell is the pin number and the |
26 | second cell is used to specify optional parameters (currently unused). | 27 | second cell is used to specify optional parameters (currently unused). |
27 | 28 | ||
28 | - AVDD1-supply, DBVDD1-supply, DBVDD2-supply, DBVDD3-supply, CPVDD-supply, | 29 | - AVDD-supply, DBVDD1-supply, DBVDD2-supply, DBVDD3-supply (wm5102, wm5110), |
29 | SPKVDDL-supply, SPKVDDR-supply : power supplies for the device, as covered | 30 | CPVDD-supply, SPKVDDL-supply (wm5102, wm5110), SPKVDDR-supply (wm5102, |
31 | wm5110), SPKVDD-supply (wm8997) : Power supplies for the device, as covered | ||
30 | in Documentation/devicetree/bindings/regulator/regulator.txt | 32 | in Documentation/devicetree/bindings/regulator/regulator.txt |
31 | 33 | ||
32 | Optional properties: | 34 | Optional properties: |
@@ -46,6 +48,7 @@ codec: wm5102@1a { | |||
46 | compatible = "wlf,wm5102"; | 48 | compatible = "wlf,wm5102"; |
47 | reg = <0x1a>; | 49 | reg = <0x1a>; |
48 | interrupts = <347>; | 50 | interrupts = <347>; |
51 | interrupt-controller; | ||
49 | #interrupt-cells = <2>; | 52 | #interrupt-cells = <2>; |
50 | interrupt-parent = <&gic>; | 53 | interrupt-parent = <&gic>; |
51 | 54 | ||
@@ -53,10 +56,10 @@ codec: wm5102@1a { | |||
53 | #gpio-cells = <2>; | 56 | #gpio-cells = <2>; |
54 | 57 | ||
55 | wlf,gpio-defaults = < | 58 | wlf,gpio-defaults = < |
56 | 0x00000000, /* AIF1TXLRCLK */ | 59 | 0x00000000 /* AIF1TXLRCLK */ |
57 | 0xffffffff, | 60 | 0xffffffff |
58 | 0xffffffff, | 61 | 0xffffffff |
59 | 0xffffffff, | 62 | 0xffffffff |
60 | 0xffffffff, | 63 | 0xffffffff |
61 | >; | 64 | >; |
62 | }; | 65 | }; |