forked from Minki/linux
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>
This commit is contained in:
parent
97bf6af1f9
commit
c028d4165f
14
Documentation/devicetree/bindings/sound/max98357a.txt
Normal file
14
Documentation/devicetree/bindings/sound/max98357a.txt
Normal file
@ -0,0 +1,14 @@
|
||||
Maxim MAX98357A audio DAC
|
||||
|
||||
This node models the Maxim MAX98357A DAC.
|
||||
|
||||
Required properties:
|
||||
- compatible : "maxim,max98357a"
|
||||
- sdmode-gpios : GPIO specifier for the GPIO -> DAC SDMODE pin
|
||||
|
||||
Example:
|
||||
|
||||
max98357a {
|
||||
compatible = "maxim,max98357a";
|
||||
sdmode-gpios = <&qcom_pinmux 25 0>;
|
||||
};
|
Loading…
Reference in New Issue
Block a user