From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751563AbcEIJMa (ORCPT ); Mon, 9 May 2016 05:12:30 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.47.9]:43502 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751133AbcEIJM2 (ORCPT ); Mon, 9 May 2016 05:12:28 -0400 Subject: Re: [RESEND PATCH 2/2 v6] arc: axs10x: Add DT bindings for I2S PLL Clock To: Vineet Gupta References: CC: , Carlos Palminha , Rob Herring , Pawel Moll , "Mark Rutland" , Ian Campbell , Kumar Gala , Michael Turquette , Stephen Boyd , "Alexey Brodkin" , , , From: Jose Abreu Message-ID: <57305472.2000507@synopsys.com> Date: Mon, 9 May 2016 10:12:18 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.107.19.67] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Vineet, On 02-05-2016 10:39, Jose Abreu wrote: > Add device tree bindings for AXS10X I2S PLL Clock driver. > > Signed-off-by: Jose Abreu > Acked-by: Alexey Brodkin > Acked-by: Vineet Gupta > --- > > Changes v5 -> v6: > * Added 'clocks' field > > This patch was only introduced in v5. > > Cc: Carlos Palminha > Cc: Rob Herring > Cc: Pawel Moll > Cc: Mark Rutland > Cc: Ian Campbell > Cc: Kumar Gala > Cc: Michael Turquette > Cc: Stephen Boyd > Cc: Alexey Brodkin > Cc: Vineet Gupta > Cc: linux-snps-arc@lists.infradead.org > Cc: devicetree@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Cc: linux-clk@vger.kernel.org > > arch/arc/boot/dts/axs10x_mb.dtsi | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/arch/arc/boot/dts/axs10x_mb.dtsi b/arch/arc/boot/dts/axs10x_mb.dtsi > index ab5d570..5c6489e 100644 > --- a/arch/arc/boot/dts/axs10x_mb.dtsi > +++ b/arch/arc/boot/dts/axs10x_mb.dtsi > @@ -16,7 +16,20 @@ > ranges = <0x00000000 0xe0000000 0x10000000>; > interrupt-parent = <&mb_intc>; > > + i2sclk: i2sclk@100a0 { > + compatible = "snps,axs10x-i2s-pll-clock"; > + reg = <0x100a0 0x10>; > + clocks = <&i2spll_clk>; > + #clock-cells = <0>; > + }; > + > clocks { > + i2spll_clk: i2spll_clk { > + compatible = "fixed-clock"; > + clock-frequency = <27000000>; > + #clock-cells = <0>; > + }; > + > i2cclk: i2cclk { > compatible = "fixed-clock"; > clock-frequency = <50000000>; Can you apply this to arc-next? Main driver was already merged into clk-next. We still have to check how to deal with the parent clock frequency that will change in the next firmware release. Best regards, Jose Miguel Abreu