diff options
author | Kenneth Westfield <kwestfie@codeaurora.org> | 2015-02-05 15:53:38 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-02-06 17:12:10 -0500 |
commit | c028d4165fe56fc51efb53dd4b04aa157d005dc5 (patch) | |
tree | 5c971ce7d13cec37a6d4ef113e6cd69e1d9002b4 /Documentation/devicetree/bindings/sound | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) |
ASoC: max98357a: Document MAX98357A bindings
Add documentation to the sound directory of the
device-tree bindings for the Maxim MAX98357A audio
DAC.
Signed-off-by: Kenneth Westfield <kwestfie@codeaurora.org>
Acked-by: Banajit Goswami <bgoswami@codeaurora.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r-- | Documentation/devicetree/bindings/sound/max98357a.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/max98357a.txt b/Documentation/devicetree/bindings/sound/max98357a.txt new file mode 100644 index 000000000000..a7a149a236e5 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/max98357a.txt | |||
@@ -0,0 +1,14 @@ | |||
1 | Maxim MAX98357A audio DAC | ||
2 | |||
3 | This node models the Maxim MAX98357A DAC. | ||
4 | |||
5 | Required properties: | ||
6 | - compatible : "maxim,max98357a" | ||
7 | - sdmode-gpios : GPIO specifier for the GPIO -> DAC SDMODE pin | ||
8 | |||
9 | Example: | ||
10 | |||
11 | max98357a { | ||
12 | compatible = "maxim,max98357a"; | ||
13 | sdmode-gpios = <&qcom_pinmux 25 0>; | ||
14 | }; | ||