Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / sound / max98357a.txt
blob28645a2ff885e029de228ce9a599b21ff0ef9461
1 Maxim MAX98357A audio DAC
3 This node models the Maxim MAX98357A DAC.
5 Required properties:
6 - compatible   : "maxim,max98357a"
8 Optional properties:
9 - sdmode-gpios : GPIO specifier for the chip's SD_MODE pin.
10         If this option is not specified then driver does not manage
11         the pin state (e.g. chip is always on).
13 Example:
15 max98357a {
16         compatible = "maxim,max98357a";
17         sdmode-gpios = <&qcom_pinmux 25 0>;