Linux clock framework development
 help / color / mirror / Atom feed
From: Jose Abreu <Jose.Abreu@synopsys.com>
To: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-snps-arc@lists.infradead.org, linux-clk@vger.kernel.org,
	sboyd@codeaurora.org, robh+dt@kernel.org
Cc: mturquette@baylibre.com, CARLOS.PALMINHA@synopsys.com,
	Vineet.Gupta1@synopsys.com, Alexey.Brodkin@synopsys.com,
	Jose Abreu <Jose.Abreu@synopsys.com>
Subject: [PATCH 2/2 v5] arc: axs10x: Add DT bindings for I2S PLL Clock
Date: Tue, 12 Apr 2016 10:14:23 +0100	[thread overview]
Message-ID: <2e7f7ffb48ea246cd10f2a9b36f74254c699ba49.1460451903.git.joabreu@synopsys.com> (raw)
In-Reply-To: <cover.1460451903.git.joabreu@synopsys.com>
In-Reply-To: <cover.1460451903.git.joabreu@synopsys.com>

Add device tree bindings for AXS10X I2S PLL Clock driver.

Signed-off-by: Jose Abreu <joabreu@synopsys.com>
---

This patch was only introduced in v5.

 arch/arc/boot/dts/axs10x_mb.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arc/boot/dts/axs10x_mb.dtsi b/arch/arc/boot/dts/axs10x_mb.dtsi
index ab5d570..227b215 100644
--- a/arch/arc/boot/dts/axs10x_mb.dtsi
+++ b/arch/arc/boot/dts/axs10x_mb.dtsi
@@ -16,6 +16,12 @@
 		ranges = <0x00000000 0xe0000000 0x10000000>;
 		interrupt-parent = <&mb_intc>;
 
+		i2sclk: i2sclk@100a0 {
+			compatible = "snps,axs10x-i2s-pll-clock";
+			reg = <0x100a0 0x10>;
+			#clock-cells = <0>;
+		};
+
 		clocks {
 			i2cclk: i2cclk {
 				compatible = "fixed-clock";
-- 
1.9.1

      parent reply	other threads:[~2016-04-12  9:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-12  9:14 [PATCH 0/2 v5] Add AXS10X I2S PLL clock driver Jose Abreu
2016-04-12  9:14 ` [PATCH 1/2 v5] clk/axs10x: Add " Jose Abreu
2016-04-13 17:35   ` Rob Herring
2016-04-12  9:14 ` Jose Abreu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2e7f7ffb48ea246cd10f2a9b36f74254c699ba49.1460451903.git.joabreu@synopsys.com \
    --to=jose.abreu@synopsys.com \
    --cc=Alexey.Brodkin@synopsys.com \
    --cc=CARLOS.PALMINHA@synopsys.com \
    --cc=Vineet.Gupta1@synopsys.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-snps-arc@lists.infradead.org \
    --cc=mturquette@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox