From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756645AbcA2Q2J (ORCPT ); Fri, 29 Jan 2016 11:28:09 -0500 Received: from mail.kernel.org ([198.145.29.136]:45597 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756543AbcA2Q2F (ORCPT ); Fri, 29 Jan 2016 11:28:05 -0500 Date: Fri, 29 Jan 2016 10:28:00 -0600 From: Rob Herring To: Caesar Wang Cc: Heiko Stuebner , linux-kernel@vger.kernel.org, hl@rock-chips.com, jay.xu@rock-chips.com, jeffy.chen@rock-chips.com, linux-rockchip@lists.infradead.org, keescook@google.com, cf@rock-chips.com, sonnyrao@chromium.org, leozwang@google.com, devicetree@vger.kernel.org, Mark Brown , Kumar Gala , Ian Campbell , Pawel Moll , Mark Rutland Subject: Re: [PATCH v4 6/9] ASoC: rt5616: add mclk property for rt5616 document Message-ID: <20160129162800.GA10835@rob-hp-laptop> References: <1453970618-4383-1-git-send-email-wxt@rock-chips.com> <1453970618-4383-7-git-send-email-wxt@rock-chips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453970618-4383-7-git-send-email-wxt@rock-chips.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 Thu, Jan 28, 2016 at 04:43:35PM +0800, Caesar Wang wrote: > This patch add the mclk property for the CODEC driver, > since sometime the CODEC driver needs the clock enabled. s/add/adds/ s/sometime/sometimes/ > The system clock of ALC5616 can be selected from MCLK, > That's also make as the codec master clock provider, That also makes the codec the master clock provider. > > Signed-off-by: Caesar Wang > > --- > > Changes in v4: > - Add this patch included in kylin series patches. > > Documentation/devicetree/bindings/sound/rt5616.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/sound/rt5616.txt b/Documentation/devicetree/bindings/sound/rt5616.txt > index efc48c6..e410858 100644 > --- a/Documentation/devicetree/bindings/sound/rt5616.txt > +++ b/Documentation/devicetree/bindings/sound/rt5616.txt > @@ -8,6 +8,12 @@ Required properties: > > - reg : The I2C address of the device. > > +Optional properties: > + > +- clocks: The phandle of the master clock to the CODEC. > + > +- clock-names: Should be "mclk". > + > Pins on the device (for linking into audio routes) for RT5616: > > * IN1P > -- > 1.9.1 >