From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Alexey Brodkin To: Jose Abreu CC: Carlos Palminha , "linux-kernel@vger.kernel.org" , "mturquette@baylibre.com" , Vineet Gupta , "linux-snps-arc@lists.infradead.org" , "sboyd@codeaurora.org" , "linux-clk@vger.kernel.org" Subject: Re: [PATCH 2/2 v6] arc: axs10x: Add DT bindings for I2S PLL Clock Date: Fri, 22 Apr 2016 14:55:06 +0000 Message-ID: <1461336899.3205.11.camel@synopsys.com> References: In-Reply-To: Content-Type: text/plain; charset="utf-7" MIME-Version: 1.0 List-ID: Hi Jose, On Thu, 2016-04-21 at 18:19 +-0100, Jose Abreu wrote: +AD4- Add device tree bindings for AXS10X I2S PLL Clock driver. +AD4-=20 +AD4- Signed-off-by: Jose Abreu +ADw-joabreu+AEA-synopsys.com+AD4- +AD4- --- +AD4-=20 +AD4- Changes v5 -+AD4- v6: +AD4- +ACo- Added 'clocks' field +AD4-=20 +AD4- This patch was only introduced in v5. +AD4-=20 +AD4- +AKA-arch/arc/boot/dts/axs10x+AF8-mb.dtsi +AHw- 13 +-+-+-+-+-+-+-+-+-= +-+-+-+- +AD4- +AKA-1 file changed, 13 insertions(+-) +AD4-=20 +AD4- diff --git a/arch/arc/boot/dts/axs10x+AF8-mb.dtsi b/arch/arc/boot/dts= /axs10x+AF8-mb.dtsi +AD4- index ab5d570..5c6489e 100644 +AD4- --- a/arch/arc/boot/dts/axs10x+AF8-mb.dtsi +AD4- +-+-+- b/arch/arc/boot/dts/axs10x+AF8-mb.dtsi +AD4- +AEAAQA- -16,7 +-16,20 +AEAAQA- +AD4- +AKA- ranges +AD0- +ADw-0x00000000 0xe0000000 0x10000000+AD4AOw- +AD4- +AKA- interrupt-parent +AD0- +ADwAJg-mb+AF8-intc+AD4AOw- +AD4- +AKA- +AD4- +- i2sclk: i2sclk+AEA-100a0 +AHs- +AD4- +- compatible +AD0- +ACI-snps,axs10x-i2s-pll-clock+ACIAOw- +AD4- +- reg +AD0- +ADw-0x100a0 0x10+AD4AOw- +AD4- +- clocks +AD0- +ADwAJg-i2spll+AF8-clk+AD4AOw- +AD4- +- +ACM-clock-cells +AD0- +ADw-0+AD4AOw- +AD4- +- +AH0AOw- +AD4- +- +AD4- +AKA- clocks +AHs- +AD4- +- i2spll+AF8-clk: i2spll+AF8-clk +AHs- +AD4- +- compatible +AD0- +ACI-fixed-clock+ACIAOw- +AD4- +- clock-frequency +AD0- +ADw-27000000+AD4AOw- +AD4- +- +ACM-clock-cells +AD0- +ADw-0+AD4AOw- +AD4- +- +AH0AOw- +AD4- +- +AD4- +AKA- i2cclk: i2cclk +AHs- +AD4- +AKA- compatible +AD0- +ACI-fixed-clock+ACIAOw- +AD4- +AKA- clock-frequency +AD0- +ADw-50000000+AD4AOw- Acked-by: Alexey Brodkin +ADw-abrodkin+AEA-synopsys.com+AD4-= From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey.Brodkin@synopsys.com (Alexey Brodkin) Date: Fri, 22 Apr 2016 14:55:06 +0000 Subject: [PATCH 2/2 v6] arc: axs10x: Add DT bindings for I2S PLL Clock In-Reply-To: References: List-ID: Message-ID: <1461336899.3205.11.camel@synopsys.com> To: linux-snps-arc@lists.infradead.org Hi Jose, On Thu, 2016-04-21@18:19 +0100, Jose Abreu wrote: > Add device tree bindings for AXS10X I2S PLL Clock driver. > > Signed-off-by: Jose Abreu > --- > > Changes v5 -> v6: > * Added 'clocks' field > > This patch was only introduced in v5. > > ?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 at 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>; Acked-by: Alexey Brodkin From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932097AbcDVOzO (ORCPT ); Fri, 22 Apr 2016 10:55:14 -0400 Received: from smtprelay.synopsys.com ([198.182.60.111]:44071 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932077AbcDVOzM convert rfc822-to-8bit (ORCPT ); Fri, 22 Apr 2016 10:55:12 -0400 From: Alexey Brodkin To: Jose Abreu CC: Carlos Palminha , "linux-kernel@vger.kernel.org" , "mturquette@baylibre.com" , Vineet Gupta , "linux-snps-arc@lists.infradead.org" , "sboyd@codeaurora.org" , "linux-clk@vger.kernel.org" Subject: Re: [PATCH 2/2 v6] arc: axs10x: Add DT bindings for I2S PLL Clock Thread-Topic: [PATCH 2/2 v6] arc: axs10x: Add DT bindings for I2S PLL Clock Thread-Index: AQHRm/IG/QHSjEAA/U6rD8ijGvR89Z+V9HaA Date: Fri, 22 Apr 2016 14:55:06 +0000 Message-ID: <1461336899.3205.11.camel@synopsys.com> References: In-Reply-To: Accept-Language: en-US, ru-RU Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.225.15.82] Content-Type: text/plain; charset="utf-7" Content-ID: <7E006F57F01CD44299C535525CDFB3F8@internal.synopsys.com> Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jose, On Thu, 2016-04-21 at 18:19 +-0100, Jose Abreu wrote: +AD4- Add device tree bindings for AXS10X I2S PLL Clock driver. +AD4- +AD4- Signed-off-by: Jose Abreu +ADw-joabreu+AEA-synopsys.com+AD4- +AD4- --- +AD4- +AD4- Changes v5 -+AD4- v6: +AD4- +ACo- Added 'clocks' field +AD4- +AD4- This patch was only introduced in v5. +AD4- +AD4- +AKA-arch/arc/boot/dts/axs10x+AF8-mb.dtsi +AHw- 13 +-+-+-+-+-+-+-+-+-+-+-+-+- +AD4- +AKA-1 file changed, 13 insertions(+-) +AD4- +AD4- diff --git a/arch/arc/boot/dts/axs10x+AF8-mb.dtsi b/arch/arc/boot/dts/axs10x+AF8-mb.dtsi +AD4- index ab5d570..5c6489e 100644 +AD4- --- a/arch/arc/boot/dts/axs10x+AF8-mb.dtsi +AD4- +-+-+- b/arch/arc/boot/dts/axs10x+AF8-mb.dtsi +AD4- +AEAAQA- -16,7 +-16,20 +AEAAQA- +AD4- +AKA- ranges +AD0- +ADw-0x00000000 0xe0000000 0x10000000+AD4AOw- +AD4- +AKA- interrupt-parent +AD0- +ADwAJg-mb+AF8-intc+AD4AOw- +AD4- +AKA- +AD4- +- i2sclk: i2sclk+AEA-100a0 +AHs- +AD4- +- compatible +AD0- +ACI-snps,axs10x-i2s-pll-clock+ACIAOw- +AD4- +- reg +AD0- +ADw-0x100a0 0x10+AD4AOw- +AD4- +- clocks +AD0- +ADwAJg-i2spll+AF8-clk+AD4AOw- +AD4- +- +ACM-clock-cells +AD0- +ADw-0+AD4AOw- +AD4- +- +AH0AOw- +AD4- +- +AD4- +AKA- clocks +AHs- +AD4- +- i2spll+AF8-clk: i2spll+AF8-clk +AHs- +AD4- +- compatible +AD0- +ACI-fixed-clock+ACIAOw- +AD4- +- clock-frequency +AD0- +ADw-27000000+AD4AOw- +AD4- +- +ACM-clock-cells +AD0- +ADw-0+AD4AOw- +AD4- +- +AH0AOw- +AD4- +- +AD4- +AKA- i2cclk: i2cclk +AHs- +AD4- +AKA- compatible +AD0- +ACI-fixed-clock+ACIAOw- +AD4- +AKA- clock-frequency +AD0- +ADw-50000000+AD4AOw- Acked-by: Alexey Brodkin +ADw-abrodkin+AEA-synopsys.com+AD4-