Message ID | 1423169626-22166-3-git-send-email-kwestfie@codeaurora.org (mailing list archive) |
---|---|
State | Accepted |
Commit | c028d4165fe56fc51efb53dd4b04aa157d005dc5 |
Headers | show |
On Thu, Feb 05, 2015 at 12:53:38PM -0800, Kenneth Westfield wrote: > From: Kenneth Westfield <kwestfie@codeaurora.org> > > Add documentation to the sound directory of the > device-tree bindings for the Maxim MAX98357A audio > DAC. Applied, thanks.
diff --git a/Documentation/devicetree/bindings/sound/max98357a.txt b/Documentation/devicetree/bindings/sound/max98357a.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7a149a236e55b8372b7cb3622cd6a6c664d4e2d --- /dev/null +++ b/Documentation/devicetree/bindings/sound/max98357a.txt @@ -0,0 +1,14 @@ +Maxim MAX98357A audio DAC + +This node models the Maxim MAX98357A DAC. + +Required properties: +- compatible : "maxim,max98357a" +- sdmode-gpios : GPIO specifier for the GPIO -> DAC SDMODE pin + +Example: + +max98357a { + compatible = "maxim,max98357a"; + sdmode-gpios = <&qcom_pinmux 25 0>; +};