From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946589AbcBROhl (ORCPT ); Thu, 18 Feb 2016 09:37:41 -0500 Received: from mail.kernel.org ([198.145.29.136]:53636 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946019AbcBROhh (ORCPT ); Thu, 18 Feb 2016 09:37:37 -0500 Date: Thu, 18 Feb 2016 08:37:31 -0600 From: Rob Herring To: Andreas =?iso-8859-1?Q?Irest=E5l?= Cc: Lars-Peter Clausen , Liam Girdwood , Mark Brown , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Andreas =?iso-8859-1?Q?Irest=E5l?= Subject: Re: [PATCH v2 3/5] ASoC: adau17x1: Add adau17x1 bindings document Message-ID: <20160218143731.GR9654@rob-hp-laptop> References: <1455627405-18155-1-git-send-email-andire@axis.com> <1455627405-18155-4-git-send-email-andire@axis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1455627405-18155-4-git-send-email-andire@axis.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 16, 2016 at 01:56:43PM +0100, Andreas Irestål wrote: > Signed-off-by: Andreas Irestål > --- > .../devicetree/bindings/sound/adi,adau17x1.txt | 24 ++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > create mode 100644 Documentation/devicetree/bindings/sound/adi,adau17x1.txt > > diff --git a/Documentation/devicetree/bindings/sound/adi,adau17x1.txt b/Documentation/devicetree/bindings/sound/adi,adau17x1.txt > new file mode 100644 > index 0000000..8dbce0e > --- /dev/null > +++ b/Documentation/devicetree/bindings/sound/adi,adau17x1.txt > @@ -0,0 +1,24 @@ > +Analog Devices ADAU1361/ADAU1461/ADAU1761/ADAU1961/ADAU1381/ADAU1781 > + > +Required properties: > + > + - compatible: Should contain one of the following: > + "adi,adau1361" > + "adi,adau1461" > + "adi,adau1761" > + "adi,adau1961" > + "adi,adau1381" > + "adi,adau1781" > + > + - reg: The i2c address. Value depends on the state of ADDR0 > + and ADDR1, as wired in hardware. > + > +Examples: > +#include > + > + i2c_bus { > + adau1361@38 { codec@38 Otherwise: Acked-by: Rob Herring > + compatible = "adi,adau1761"; > + reg = <0x38>; > + }; > + }; > -- > 2.1.4 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html