Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752833AbbKYXpg (ORCPT ); Wed, 25 Nov 2015 18:45:36 -0500 Received: from mail.kernel.org ([198.145.29.136]:51328 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752723AbbKYXp3 (ORCPT ); Wed, 25 Nov 2015 18:45:29 -0500 Date: Wed, 25 Nov 2015 17:45:24 -0600 From: Rob Herring To: Songjun Wu Cc: broonie@kernel.org, alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org, Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ASoC: Atmel: ClassD: add GCK's parent clock in DT binding Message-ID: <20151125234524.GA16553@rob-hp-laptop> References: <1448270399-28728-1-git-send-email-songjun.wu@atmel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1448270399-28728-1-git-send-email-songjun.wu@atmel.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 Content-Length: 1702 Lines: 50 On Mon, Nov 23, 2015 at 05:19:58PM +0800, Songjun Wu wrote: > Set GCK's parent as audio clock. > > Signed-off-by: Songjun Wu Applied, thanks. Rob > --- > > .../devicetree/bindings/sound/atmel-classd.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/sound/atmel-classd.txt b/Documentation/devicetree/bindings/sound/atmel-classd.txt > index 0018451..549e701 100644 > --- a/Documentation/devicetree/bindings/sound/atmel-classd.txt > +++ b/Documentation/devicetree/bindings/sound/atmel-classd.txt > @@ -16,6 +16,10 @@ Required properties: > Required elements: "pclk", "gclk" and "aclk". > - clocks > Please refer to clock-bindings.txt. > +- assigned-clocks > + Should be <&classd_gclk>. > +- assigned-clock-parents > + Should be <&audio_pll_pmc>. > > Optional properties: > - pinctrl-names, pinctrl-0 > @@ -43,6 +47,8 @@ classd: classd@fc048000 { > dma-names = "tx"; > clocks = <&classd_clk>, <&classd_gclk>, <&audio_pll_pmc>; > clock-names = "pclk", "gclk", "aclk"; > + assigned-clocks = <&classd_gclk>; > + assigned-clock-parents = <&audio_pll_pmc>; > > pinctrl-names = "default"; > pinctrl-0 = <&pinctrl_classd_default>; > -- > 1.7.9.5 > > -- > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/