linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Ying.Liu@freescale.com (Liu Ying)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] ARM: dts: imx6q/imx6dl: add necessary clocks for ldb node
Date: Tue, 20 Aug 2013 16:38:51 +0800	[thread overview]
Message-ID: <1376987932-5540-3-git-send-email-Ying.Liu@freescale.com> (raw)
In-Reply-To: <1376987932-5540-1-git-send-email-Ying.Liu@freescale.com>

This patch adds di[0/1]_div_3_5, di[0/1]_div_7 and di[0/1]_div_sel
clocks to the ldb nodes so that the ldb driver may use them to
setup the display clock trees.

Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
---
 arch/arm/boot/dts/imx6dl.dtsi |    8 ++++++--
 arch/arm/boot/dts/imx6q.dtsi  |    8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi
index 9e8ae11..ff0d743 100644
--- a/arch/arm/boot/dts/imx6dl.dtsi
+++ b/arch/arm/boot/dts/imx6dl.dtsi
@@ -75,10 +75,14 @@
 &ldb {
 	clocks = <&clks 33>, <&clks 34>,
 		 <&clks 39>, <&clks 40>,
-		 <&clks 135>, <&clks 136>;
+		 <&clks 135>, <&clks 136>,
+		 <&clks 184>, <&clks 185>, <&clks 203>, <&clks 204>,
+		 <&clks 205>, <&clks 206>;
 	clock-names = "di0_pll", "di1_pll",
 		      "di0_sel", "di1_sel",
-		      "di0", "di1";
+		      "di0", "di1",
+		      "di0_div_3_5", "di1_div_3_5", "di0_div_7", "di1_div_7",
+		      "di0_div_sel", "di1_div_sel";
 
 	lvds-channel at 0 {
 		crtcs = <&ipu1 0>, <&ipu1 1>;
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
index f024ef2..b078a42 100644
--- a/arch/arm/boot/dts/imx6q.dtsi
+++ b/arch/arm/boot/dts/imx6q.dtsi
@@ -146,10 +146,14 @@
 &ldb {
 	clocks = <&clks 33>, <&clks 34>,
 		 <&clks 39>, <&clks 40>, <&clks 41>, <&clks 42>,
-		 <&clks 135>, <&clks 136>;
+		 <&clks 135>, <&clks 136>,
+		 <&clks 184>, <&clks 185>, <&clks 203>, <&clks 204>,
+		 <&clks 205>, <&clks 206>;
 	clock-names = "di0_pll", "di1_pll",
 		      "di0_sel", "di1_sel", "di2_sel", "di3_sel",
-		      "di0", "di1";
+		      "di0", "di1",
+		      "di0_div_3_5", "di1_div_3_5", "di0_div_7", "di1_div_7",
+		      "di0_div_sel", "di1_div_sel";
 
 	lvds-channel at 0 {
 		crtcs = <&ipu1 0>, <&ipu1 1>, <&ipu2 0>, <&ipu2 1>;
-- 
1.7.9.5

  parent reply	other threads:[~2013-08-20  8:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-20  8:38 [PATCH 0/3] refactor some ldb related clocks Liu Ying
2013-08-20  8:38 ` [PATCH 1/3] ARM: imx6q: " Liu Ying
2013-08-20 15:40   ` Fabio Estevam
2013-08-20 21:18     ` Mike Turquette
2013-08-21  1:40       ` Shawn Guo
2013-08-21  4:20     ` Liu Ying
2013-08-20  8:38 ` Liu Ying [this message]
2013-08-20  8:38 ` [PATCH 3/3] staging: drm/imx: ldb: correct the ldb di clock trees Liu Ying
2013-08-20  9:43 ` [PATCH 0/3] refactor some ldb related clocks Philipp Zabel
2013-08-20 10:08   ` Liu Ying
2013-08-21  1:59     ` Shawn Guo
2013-08-21  4:12       ` Liu Ying

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=1376987932-5540-3-git-send-email-Ying.Liu@freescale.com \
    --to=ying.liu@freescale.com \
    --cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).