aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2017-09-04 11:41:52 -0400
committerMark Brown <broonie@kernel.org>2017-09-20 12:34:14 -0400
commit601516a6f8cf9118a7c65ec38aa53896efc446bb (patch)
tree468b85028b497b5820686755070f195aadc5b851
parent6000c99ee6e9876cb33275c752937d99f77cdb95 (diff)
mfd: arizona: Remove audio bindings from MFD binding document
Now the audio bindings have their own binding document update the main MFD document to point to that file and remove the audio binding documentation. Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/mfd/arizona.txt40
1 files changed, 1 insertions, 39 deletions
diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt
index b37bdde5cfda..bdd017686ea5 100644
--- a/Documentation/devicetree/bindings/mfd/arizona.txt
+++ b/Documentation/devicetree/bindings/mfd/arizona.txt
@@ -65,45 +65,6 @@ Optional properties:
65 a value that is out of range for a 16 bit register then the chip default 65 a value that is out of range for a 16 bit register then the chip default
66 will be used. If present exactly five values must be specified. 66 will be used. If present exactly five values must be specified.
67 67
68 - wlf,inmode : A list of INn_MODE register values, where n is the number
69 of input signals. Valid values are 0 (Differential), 1 (Single-ended) and
70 2 (Digital Microphone). If absent, INn_MODE registers set to 0 by default.
71 If present, values must be specified less than or equal to the number of
72 input signals. If values less than the number of input signals, elements
73 that have not been specified are set to 0 by default. Entries are:
74 <IN1, IN2, IN3, IN4> (wm5102, wm5110, wm8280, wm8997)
75 <IN1A, IN2A, IN1B, IN2B> (wm8998, wm1814)
76 - wlf,out-mono : A list of boolean values indicating whether each output is
77 mono or stereo. Position within the list indicates the output affected
78 (eg. First entry in the list corresponds to output 1). A non-zero value
79 indicates a mono output. If present, the number of values should be less
80 than or equal to the number of outputs, if less values are supplied the
81 additional outputs will be treated as stereo.
82
83 - wlf,dmic-ref : DMIC reference voltage source for each input, can be
84 selected from either MICVDD or one of the MICBIAS's, defines
85 (ARIZONA_DMIC_xxxx) are provided in <dt-bindings/mfd/arizona.txt>. If
86 present, the number of values should be less than or equal to the
87 number of inputs, unspecified inputs will use the chip default.
88
89 - wlf,max-channels-clocked : The maximum number of channels to be clocked on
90 each AIF, useful for I2S systems with multiple data lines being mastered.
91 Specify one cell for each AIF to be configured, specify zero for AIFs that
92 should be handled normally.
93 If present, number of cells must be less than or equal to the number of
94 AIFs. If less than the number of AIFs, for cells that have not been
95 specified the corresponding AIFs will be treated as default setting.
96
97 - wlf,spk-fmt : PDM speaker data format, must contain 2 cells (OUT5 and OUT6).
98 See the datasheet for values.
99 The second cell is ignored for codecs that do not have OUT6 (wm5102, wm8997,
100 wm8998, wm1814)
101
102 - wlf,spk-mute : PDM speaker mute setting, must contain 2 cells (OUT5 and OUT6).
103 See the datasheet for values.
104 The second cell is ignored for codecs that do not have OUT6 (wm5102, wm8997,
105 wm8998, wm1814)
106
107 - DCVDD-supply, MICVDD-supply : Power supplies, only need to be specified if 68 - DCVDD-supply, MICVDD-supply : Power supplies, only need to be specified if
108 they are being externally supplied. As covered in 69 they are being externally supplied. As covered in
109 Documentation/devicetree/bindings/regulator/regulator.txt 70 Documentation/devicetree/bindings/regulator/regulator.txt
@@ -112,6 +73,7 @@ Optional properties:
112Also see child specific device properties: 73Also see child specific device properties:
113 Regulator - ../regulator/arizona-regulator.txt 74 Regulator - ../regulator/arizona-regulator.txt
114 Extcon - ../extcon/extcon-arizona.txt 75 Extcon - ../extcon/extcon-arizona.txt
76 Sound - ../sound/arizona.txt
115 77
116Example: 78Example:
117 79