diff mbox

clk: tegra: Add missing Tegra20 fuse clks

Message ID 1387469676-17693-1-git-send-email-pdeschrijver@nvidia.com
State Accepted, archived
Headers show

Commit Message

Peter De Schrijver Dec. 19, 2013, 4:14 p.m. UTC
Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
---
 drivers/clk/tegra/clk-tegra20.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Stephen Warren Dec. 19, 2013, 7:22 p.m. UTC | #1
On 12/19/2013 09:14 AM, Peter De Schrijver wrote:

A patch description would be nice.

Acked-by: Stephen Warren <swarren@nvidia.com>

I assume this is going through the clock tree, and there aren't any
dependencies between this patch and the other series touching fuses that
showed up today? (or the dependencies will be resolved by deferring
dependant patches to 3.15...)

--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Mike Turquette Dec. 20, 2013, 2:46 a.m. UTC | #2
Quoting Stephen Warren (2013-12-19 11:22:50)
> On 12/19/2013 09:14 AM, Peter De Schrijver wrote:
> 
> A patch description would be nice.
> 
> Acked-by: Stephen Warren <swarren@nvidia.com>
> 
> I assume this is going through the clock tree, and there aren't any
> dependencies between this patch and the other series touching fuses that
> showed up today? (or the dependencies will be resolved by deferring
> dependant patches to 3.15...)
> 

Acked-by: Mike Turquette <mturquette@linaro.org>

Quick note: now that we're using pull requests for the Nvidia clock
patches I'll just Ack patches that look good to me and at some point
I'll expect that patch to wind up in a future pull request.

If you just want me to take the patch directly it is no problem but
please let me know explicitly.

Thanks!
Mike
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/clk/tegra/clk-tegra20.c b/drivers/clk/tegra/clk-tegra20.c
index b3b7204..4bc1cc5 100644
--- a/drivers/clk/tegra/clk-tegra20.c
+++ b/drivers/clk/tegra/clk-tegra20.c
@@ -575,6 +575,8 @@  static struct tegra_clk tegra20_clks[tegra_clk_max] __initdata = {
 	[tegra_clk_tvdac] = { .dt_id = TEGRA20_CLK_TVDAC, .present = true },
 	[tegra_clk_vi_sensor] = { .dt_id = TEGRA20_CLK_VI_SENSOR, .present = true },
 	[tegra_clk_afi] = { .dt_id = TEGRA20_CLK_AFI, .present = true },
+	[tegra_clk_fuse] = { .dt_id = TEGRA20_CLK_FUSE, .present = true },
+	[tegra_clk_kfuse] = { .dt_id = TEGRA20_CLK_KFUSE, .present = true },
 };
 
 static unsigned long tegra20_clk_measure_input_freq(void)