Merge tag 'nfs-rdma-for-4.0-3' of git://git.linux-nfs.org/projects/anna/nfs-rdma
[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.033352 seconds and 6 git commands to generate.