diff mbox

[V5,02/12] ASoC: max98357a: Document MAX98357A bindings

Message ID 1423707015-14527-3-git-send-email-kwestfie@codeaurora.org (mailing list archive)
State New, archived
Headers show

Commit Message

Kenneth Westfield Feb. 12, 2015, 2:10 a.m. UTC
From: Kenneth Westfield <kwestfie@codeaurora.org>

Add documentation to the sound directory of the
device-tree bindings for the Maxim MAX98357A audio
DAC.

Signed-off-by: Kenneth Westfield <kwestfie@codeaurora.org>
Acked-by: Banajit Goswami <bgoswami@codeaurora.org>
---
 Documentation/devicetree/bindings/sound/max98357a.txt | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/max98357a.txt

Comments

Mark Brown Feb. 12, 2015, 3:29 a.m. UTC | #1
On Wed, Feb 11, 2015 at 06:10:05PM -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.

This driver has already been applied.  If there are any changes to
current code please send incremental patches.
Kenneth Westfield Feb. 12, 2015, 10:41 a.m. UTC | #2
On Thu, Feb 12, 2015 at 11:29:18AM +0800, Mark Brown wrote:
> On Wed, Feb 11, 2015 at 06:10:05PM -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.
> 
> This driver has already been applied.  If there are any changes to
> current code please send incremental patches.

No changes from V4 to V5.  Please drop this patch.
diff mbox

Patch

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>;
+};