From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751218AbeCIOjw (ORCPT ); Fri, 9 Mar 2018 09:39:52 -0500 Received: from mail-io0-f196.google.com ([209.85.223.196]:33097 "EHLO mail-io0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751143AbeCIOjv (ORCPT ); Fri, 9 Mar 2018 09:39:51 -0500 X-Google-Smtp-Source: AG47ELv5YoCWxxRUwEqQj6vlmBTZ8A7Tlb+X7Ofj4sP3QVaHfLV1JySaVhO3C19RMaiQaLBoO3r4GQ== Date: Fri, 9 Mar 2018 09:39:47 -0500 From: Matt Porter To: Rob Herring Cc: Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Mark Rutland , alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] ASoC: add tda7419 audio processor binding Message-ID: <20180309143947.vxmzuqmlwdyf2gpd@bacon.ohporter.com> References: <20180227225128.17815-1-mporter@konsulko.com> <20180227225128.17815-2-mporter@konsulko.com> <20180305222954.chitmlvsklszods7@rob-hp-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180305222954.chitmlvsklszods7@rob-hp-laptop> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 05, 2018 at 04:29:54PM -0600, Rob Herring wrote: > On Tue, Feb 27, 2018 at 05:51:27PM -0500, Matt Porter wrote: > > DeviceTree binding for the tda7419 audio processor. > > > > Signed-off-by: Matt Porter > > --- > > Documentation/devicetree/bindings/sound/tda7419.txt | 15 +++++++++++++++ > > 1 file changed, 15 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/sound/tda7419.txt > > > > diff --git a/Documentation/devicetree/bindings/sound/tda7419.txt b/Documentation/devicetree/bindings/sound/tda7419.txt > > new file mode 100644 > > index 000000000000..919318315600 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/sound/tda7419.txt > > @@ -0,0 +1,15 @@ > > +TDA7419 audio processor > > + > > +This device supports I2C only. > > + > > +Required properties: > > + > > +- compatible : "st,tda7419" > > +- reg : the I2C address of the device. > > For completeness: > > st,mute-gpios for MUTE pin? I'll add mute in as an optional property. > > vdd-supply? Yes, there's a required ~8.5V supply so I'll add the regulator reference. Thanks, Matt From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Porter Subject: Re: [PATCH 1/2] ASoC: add tda7419 audio processor binding Date: Fri, 9 Mar 2018 09:39:47 -0500 Message-ID: <20180309143947.vxmzuqmlwdyf2gpd@bacon.ohporter.com> References: <20180227225128.17815-1-mporter@konsulko.com> <20180227225128.17815-2-mporter@konsulko.com> <20180305222954.chitmlvsklszods7@rob-hp-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20180305222954.chitmlvsklszods7@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: Mark Rutland , devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Takashi Iwai , Liam Girdwood , Mark Brown List-Id: devicetree@vger.kernel.org On Mon, Mar 05, 2018 at 04:29:54PM -0600, Rob Herring wrote: > On Tue, Feb 27, 2018 at 05:51:27PM -0500, Matt Porter wrote: > > DeviceTree binding for the tda7419 audio processor. > > > > Signed-off-by: Matt Porter > > --- > > Documentation/devicetree/bindings/sound/tda7419.txt | 15 +++++++++++++++ > > 1 file changed, 15 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/sound/tda7419.txt > > > > diff --git a/Documentation/devicetree/bindings/sound/tda7419.txt b/Documentation/devicetree/bindings/sound/tda7419.txt > > new file mode 100644 > > index 000000000000..919318315600 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/sound/tda7419.txt > > @@ -0,0 +1,15 @@ > > +TDA7419 audio processor > > + > > +This device supports I2C only. > > + > > +Required properties: > > + > > +- compatible : "st,tda7419" > > +- reg : the I2C address of the device. > > For completeness: > > st,mute-gpios for MUTE pin? I'll add mute in as an optional property. > > vdd-supply? Yes, there's a required ~8.5V supply so I'll add the regulator reference. Thanks, Matt