aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/sound/adi,adau1701.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/adi,adau1701.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/adi,adau1701.txt b/Documentation/devicetree/bindings/sound/adi,adau1701.txt
index a9fbed1be40e..547a49b56a62 100644
--- a/Documentation/devicetree/bindings/sound/adi,adau1701.txt
+++ b/Documentation/devicetree/bindings/sound/adi,adau1701.txt
@@ -16,6 +16,10 @@ Optional properties:
16 The state of the pins are set according to the 16 The state of the pins are set according to the
17 configured clock divider on ASoC side before the 17 configured clock divider on ASoC side before the
18 firmware is loaded. 18 firmware is loaded.
19 - adi,pin-config: An array of 12 numerical values selecting one of the
20 pin configurations as described in the datasheet,
21 table 53. Note that the value of this property has
22 to be prefixed with '/bits/ 8'.
19 23
20Examples: 24Examples:
21 25
@@ -25,5 +29,7 @@ Examples:
25 reg = <0x34>; 29 reg = <0x34>;
26 reset-gpio = <&gpio 23 0>; 30 reset-gpio = <&gpio 23 0>;
27 adi,pll-mode-gpios = <&gpio 24 0 &gpio 25 0>; 31 adi,pll-mode-gpios = <&gpio 24 0 &gpio 25 0>;
32 adi,pin-config = /bits/ 8 <0x4 0x7 0x5 0x5 0x4 0x4
33 0x4 0x4 0x4 0x4 0x4 0x4>;
28 }; 34 };
29 }; 35 };