Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / 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 };