From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754232AbcAaJKQ (ORCPT ); Sun, 31 Jan 2016 04:10:16 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:34504 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752284AbcAaJKB (ORCPT ); Sun, 31 Jan 2016 04:10:01 -0500 Subject: Re: [PATCH v4 6/9] ASoC: rt5616: add mclk property for rt5616 document To: Rob Herring References: <1453970618-4383-1-git-send-email-wxt@rock-chips.com> <1453970618-4383-7-git-send-email-wxt@rock-chips.com> <20160129162800.GA10835@rob-hp-laptop> Cc: Caesar Wang , Mark Rutland , devicetree@vger.kernel.org, hl@rock-chips.com, Pawel Moll , Ian Campbell , sonnyrao@chromium.org, jeffy.chen@rock-chips.com, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, Mark Brown , keescook@google.com, cf@rock-chips.com, Kumar Gala , jay.xu@rock-chips.com, leozwang@google.com, Heiko Stuebner From: Caesar Wang Message-ID: <56ADCF5F.1010203@gmail.com> Date: Sun, 31 Jan 2016 17:09:51 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20160129162800.GA10835@rob-hp-laptop> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 在 2016年01月30日 00:28, Rob Herring 写道: > 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/ Done, thanks for pointing out that. >> 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. > Ditto. >> 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 >> > _______________________________________________ > Linux-rockchip mailing list > Linux-rockchip@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-rockchip -- Thanks, Caesar