From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sylwester Nawrocki Subject: Re: [PATCH v1 1/2] ASoC: Add DT bindings documentation for max98504 amplifier Date: Mon, 20 Jun 2016 15:49:17 +0200 Message-ID: <5767F45D.5040404@samsung.com> References: <1466095238-9047-1-git-send-email-s.nawrocki@samsung.com> <20160620131522.GA27923@rob-hp-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mailout4.w1.samsung.com (mailout4.w1.samsung.com [210.118.77.14]) by alsa0.perex.cz (Postfix) with ESMTP id A68B02665A7 for ; Mon, 20 Jun 2016 15:49:20 +0200 (CEST) Received: from eucpsbgm1.samsung.com (unknown [203.254.199.244]) by mailout4.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0O92003MVP264UA0@mailout4.w1.samsung.com> for alsa-devel@alsa-project.org; Mon, 20 Jun 2016 14:49:18 +0100 (BST) In-reply-to: <20160620131522.GA27923@rob-hp-laptop> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Rob Herring Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, b.zolnierkie@samsung.com, inki.dae@samsung.com, broonie@kernel.org, ideal.song@samsung.com List-Id: alsa-devel@alsa-project.org On 06/20/2016 03:15 PM, Rob Herring wrote: >> diff --git a/Documentation/devicetree/bindings/sound/max98504.txt >> b/Documentation/devicetree/bindings/sound/max98504.txt >> > new file mode 100644 >> > index 0000000..7aa5b93 >> > --- /dev/null >> > +++ b/Documentation/devicetree/bindings/sound/max98504.txt >> > @@ -0,0 +1,22 @@ >> > +Maxim MAX98504 class D mono speaker amplifier >> > + >> > +This device supports I2C control interface and an IRQ output signal. It features >> > +a PCM and PDM digital audio interface (DAI) and a differential analog input. > > Where's the IRQ in the binding? It seems I didn't do my homework and didn't add it here, even though the driver currently uses the interrupt. I'll add something like this in next iteration: - interrupts : should specify the interrupt the device is connected to, as described in ../interrupt-controller/interrupts.txt