From mboxrd@z Thu Jan 1 00:00:00 1970 From: Javier Martinez Canillas Subject: Re: [PATCH 1/6] ASoC: max98088: Document DT bindings Date: Thu, 19 Feb 2015 14:55:02 +0100 Message-ID: <54E5EB36.9020007@collabora.co.uk> References: <1424283959-16289-1-git-send-email-afaerber@suse.de> <1424283959-16289-2-git-send-email-afaerber@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1424283959-16289-2-git-send-email-afaerber@suse.de> Sender: linux-kernel-owner@vger.kernel.org To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Sangbeom Kim , alsa-devel@alsa-project.org, linux-samsung-soc@vger.kernel.org Cc: Liam Girdwood , Mark Brown , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Vincent Palatin , Doug Anderson , Tomasz Figa , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala List-Id: devicetree@vger.kernel.org Hello Andreas, On 02/18/2015 07:25 PM, Andreas F=C3=A4rber wrote: > Signed-off-by: Andreas F=C3=A4rber > --- > Documentation/devicetree/bindings/sound/max98088.txt | 16 ++++++++++= ++++++ > 1 file changed, 16 insertions(+) > create mode 100644 Documentation/devicetree/bindings/sound/max98088.= txt >=20 > diff --git a/Documentation/devicetree/bindings/sound/max98088.txt b/D= ocumentation/devicetree/bindings/sound/max98088.txt > new file mode 100644 > index 000000000000..6f8fe85040ee > --- /dev/null > +++ b/Documentation/devicetree/bindings/sound/max98088.txt > @@ -0,0 +1,16 @@ > +MAX98088 audio CODEC > + > +This device supports I2C only. > + > +Required properties: > + > +- compatible : "maxim,max98088" or "maxim,max98089". > + > +- reg : The I2C address of the device. > + > +Example: > + > +max98089: codec@10 { > + compatible =3D "maxim,max98089"; > + reg =3D <0x10>; > +}; > I see that a master clock (mclk) is added in patch 6/6 but the max98088 codec driver does handle this clock. If the SoC XCLKOUT provides the master clock to the max98089 codec in Spring like is the case for the max9809{0,5} codecs in the Snow and Peach Pit/Pi Chromebooks then you need to do something along the lines of the following commits: e3048c3d2be5 ASoC: max98095: Add master clock handling b10ab7b838bd ASoC: max98090: Add master clock handling If that's the case you also have to mention in the DT binding doc that "clocks" and "clock-names" are optional properties like Documentation/devicetree/bindings/sound/max9809{0,5}.txt. Best regards, Javier