aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/mfd/arizona.txt23
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
6Required properties: 6Required 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
32Optional properties: 34Optional 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};