diff options
Diffstat (limited to 'Documentation/devicetree/bindings/sound/max98357a.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/max98357a.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/max98357a.txt b/Documentation/devicetree/bindings/sound/max98357a.txt new file mode 100644 index 000000000000..a7a149a236e5 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/max98357a.txt | |||
@@ -0,0 +1,14 @@ | |||
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 | }; | ||