Message ID | 1387469676-17693-1-git-send-email-pdeschrijver@nvidia.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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...)
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
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)
Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com> --- drivers/clk/tegra/clk-tegra20.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)