linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Wei Ni <wni@nvidia.com>
To: swarren@wwwdotorg.org
Cc: krakesh@nvidia.com, ldewangan@nvidia.com,
	linux-tegra@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Wei Ni <wni@nvidia.com>
Subject: [PATCH v2 1/5] ARM: tegra: set up wlan clocks for tegra dt
Date: Fri, 21 Sep 2012 16:54:56 +0800	[thread overview]
Message-ID: <1348217700-12309-2-git-send-email-wni@nvidia.com> (raw)
In-Reply-To: <1348217700-12309-1-git-send-email-wni@nvidia.com>

Set up the wlan clock tree for Tegra20 and Tegra30.

Signed-off-by: Wei Ni <wni@nvidia.com>
---
 arch/arm/mach-tegra/board-dt-tegra20.c |    4 ++++
 arch/arm/mach-tegra/board-dt-tegra30.c |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-tegra/board-dt-tegra20.c b/arch/arm/mach-tegra/board-dt-tegra20.c
index c339444..d24467a 100644
--- a/arch/arm/mach-tegra/board-dt-tegra20.c
+++ b/arch/arm/mach-tegra/board-dt-tegra20.c
@@ -103,8 +103,12 @@ static __initdata struct tegra_clk_init_table tegra_dt_clk_init_table[] = {
 	{ "pll_a",      "pll_p_out1",   56448000,       true },
 	{ "pll_a_out0", "pll_a",        11289600,       true },
 	{ "cdev1",      NULL,           0,              true },
+	{ "blink",      "clk_32k",      32768,          true },
 	{ "i2s1",       "pll_a_out0",   11289600,       false},
 	{ "i2s2",       "pll_a_out0",   11289600,       false},
+	{ "sdmmc1",	"pll_p",	48000000,	false},
+	{ "sdmmc3",	"pll_p",	48000000,	false},
+	{ "sdmmc4",	"pll_p",	48000000,	false},
 	{ NULL,		NULL,		0,		0},
 };
 
diff --git a/arch/arm/mach-tegra/board-dt-tegra30.c b/arch/arm/mach-tegra/board-dt-tegra30.c
index 53bf60f..3277d1e 100644
--- a/arch/arm/mach-tegra/board-dt-tegra30.c
+++ b/arch/arm/mach-tegra/board-dt-tegra30.c
@@ -61,11 +61,15 @@ static __initdata struct tegra_clk_init_table tegra_dt_clk_init_table[] = {
 	{ "pll_a_out0",	"pll_a",	11289600,	true },
 	{ "extern1",	"pll_a_out0",	0,		true },
 	{ "clk_out_1",	"extern1",	0,		true },
+	{ "blink",	"clk_32k",	32768,		true },
 	{ "i2s0",	"pll_a_out0",	11289600,	false},
 	{ "i2s1",	"pll_a_out0",	11289600,	false},
 	{ "i2s2",	"pll_a_out0",	11289600,	false},
 	{ "i2s3",	"pll_a_out0",	11289600,	false},
 	{ "i2s4",	"pll_a_out0",	11289600,	false},
+	{ "sdmmc1",	"pll_p",	48000000,	false},
+	{ "sdmmc3",	"pll_p",	48000000,	false},
+	{ "sdmmc4",	"pll_p",	48000000,	false},
 	{ NULL,		NULL,		0,		0},
 };
 
-- 
1.7.1

  reply	other threads:[~2012-09-21  8:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-21  8:54 [PATCH v2 0/5] ARM: tegra: enable wlan for t20 and t30 Wei Ni
2012-09-21  8:54 ` Wei Ni [this message]
2012-09-21  8:54 ` [PATCH v2 2/5] ARM: dt: t20 seaboard: turn on the power for wlan Wei Ni
2012-09-21  8:54 ` [PATCH v2 3/5] ARM: dt: t20 ventana: set pinmux and " Wei Ni
     [not found] ` <1348217700-12309-1-git-send-email-wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-09-21  8:54   ` [PATCH v2 4/5] ARM: dt: t30 cardhu: " Wei Ni
2012-09-21  8:55   ` [PATCH v2 5/5] ARM: tegra: enable brcmfmac in defconfig Wei Ni
     [not found]     ` <1348217700-12309-6-git-send-email-wni-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-09-21 14:39       ` Arend van Spriel
     [not found]         ` <505C7C27.2050108-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2012-09-21 16:19           ` Stephen Warren
     [not found]             ` <505C93A1.2040801-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-09-21 19:05               ` Arend van Spriel
     [not found]                 ` <505CBA6E.3030304-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2012-09-24 17:48                   ` Stephen Warren
2012-10-15 21:18   ` [PATCH v2 0/5] ARM: tegra: enable wlan for t20 and t30 Stephen Warren

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=1348217700-12309-2-git-send-email-wni@nvidia.com \
    --to=wni@nvidia.com \
    --cc=krakesh@nvidia.com \
    --cc=ldewangan@nvidia.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=swarren@wwwdotorg.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).