* [PATCH] clk: tegra: fix sclk_parents
@ 2013-06-05 14:29 Peter De Schrijver
2013-06-05 16:30 ` Stephen Warren
2013-06-12 0:52 ` Mike Turquette
0 siblings, 2 replies; 3+ messages in thread
From: Peter De Schrijver @ 2013-06-05 14:29 UTC (permalink / raw)
To: linux-arm-kernel
Use the correct parents for sclk according to the TRM.
Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
---
drivers/clk/tegra/clk-tegra114.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/clk/tegra/clk-tegra114.c b/drivers/clk/tegra/clk-tegra114.c
index 2774379e..758ba7d 100644
--- a/drivers/clk/tegra/clk-tegra114.c
+++ b/drivers/clk/tegra/clk-tegra114.c
@@ -1735,7 +1735,7 @@ static void __init tegra114_pmc_clk_init(void __iomem *pmc_base)
}
static const char *sclk_parents[] = { "clk_m", "pll_c_out1", "pll_p_out4",
- "pll_p_out3", "pll_p_out2", "unused",
+ "pll_p", "pll_p_out2", "unused",
"clk_32k", "pll_m_out1" };
static const char *cclk_g_parents[] = { "clk_m", "pll_c", "clk_32k", "pll_m",
--
1.7.7.rc0.72.g4b5ea.dirty
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] clk: tegra: fix sclk_parents
2013-06-05 14:29 [PATCH] clk: tegra: fix sclk_parents Peter De Schrijver
@ 2013-06-05 16:30 ` Stephen Warren
2013-06-12 0:52 ` Mike Turquette
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Warren @ 2013-06-05 16:30 UTC (permalink / raw)
To: linux-arm-kernel
On 06/05/2013 08:29 AM, Peter De Schrijver wrote:
> Use the correct parents for sclk according to the TRM.
Tested-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] clk: tegra: fix sclk_parents
2013-06-05 14:29 [PATCH] clk: tegra: fix sclk_parents Peter De Schrijver
2013-06-05 16:30 ` Stephen Warren
@ 2013-06-12 0:52 ` Mike Turquette
1 sibling, 0 replies; 3+ messages in thread
From: Mike Turquette @ 2013-06-12 0:52 UTC (permalink / raw)
To: linux-arm-kernel
Quoting Peter De Schrijver (2013-06-05 07:29:28)
> Use the correct parents for sclk according to the TRM.
>
> Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Taken into clk-next.
Regards,
Mike
> ---
> drivers/clk/tegra/clk-tegra114.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/clk/tegra/clk-tegra114.c b/drivers/clk/tegra/clk-tegra114.c
> index 2774379e..758ba7d 100644
> --- a/drivers/clk/tegra/clk-tegra114.c
> +++ b/drivers/clk/tegra/clk-tegra114.c
> @@ -1735,7 +1735,7 @@ static void __init tegra114_pmc_clk_init(void __iomem *pmc_base)
> }
>
> static const char *sclk_parents[] = { "clk_m", "pll_c_out1", "pll_p_out4",
> - "pll_p_out3", "pll_p_out2", "unused",
> + "pll_p", "pll_p_out2", "unused",
> "clk_32k", "pll_m_out1" };
>
> static const char *cclk_g_parents[] = { "clk_m", "pll_c", "clk_32k", "pll_m",
> --
> 1.7.7.rc0.72.g4b5ea.dirty
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-12 0:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-05 14:29 [PATCH] clk: tegra: fix sclk_parents Peter De Schrijver
2013-06-05 16:30 ` Stephen Warren
2013-06-12 0:52 ` Mike Turquette
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).