Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
[deliverable/linux.git] / Documentation / devicetree / bindings / sound / max98357a.txt
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 };
This page took 0.03088 seconds and 5 git commands to generate.