[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20141118213500.25314.17794@quantum>
Date: Tue, 18 Nov 2014 13:35:00 -0800
From: Mike Turquette <mturquette@...aro.org>
To: Tomeu Vizoso <tomeu.vizoso@...labora.com>,
linux-tegra@...r.kernel.org
Cc: "Javier Martinez Canillas" <javier.martinez@...labora.co.uk>,
mikko.perttunen@...si.fi, acourbot@...dia.com,
"Tomeu Vizoso" <tomeu.vizoso@...labora.com>,
"Peter De Schrijver" <pdeschrijver@...dia.com>,
"Prashant Gaikwad" <pgaikwad@...dia.com>,
"Stephen Warren" <swarren@...dotorg.org>,
"Thierry Reding" <thierry.reding@...il.com>,
"Alexandre Courbot" <gnurou@...il.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v5 14/14] clk: tegra: Set the EMC clock as the parent of the MC
clock
Quoting Tomeu Vizoso (2014-11-18 04:13:16)
> On Tegra124, as we now have a proper driver for the EMC.
>
> Signed-off-by: Tomeu Vizoso <tomeu.vizoso@...labora.com>
Looks good to me.
Regards,
Mike
> ---
> drivers/clk/tegra/clk-tegra124.c | 13 +------------
> 1 file changed, 1 insertion(+), 12 deletions(-)
>
> diff --git a/drivers/clk/tegra/clk-tegra124.c b/drivers/clk/tegra/clk-tegra124.c
> index d56d1e2..0ac43d6 100644
> --- a/drivers/clk/tegra/clk-tegra124.c
> +++ b/drivers/clk/tegra/clk-tegra124.c
> @@ -150,11 +150,6 @@ static const char *mux_plld_out0_plld2_out0[] = {
> };
> #define mux_plld_out0_plld2_out0_idx NULL
>
> -static const char *mux_pllmcp_clkm[] = {
> - "pll_m", "pll_c", "pll_p", "clk_m", "pll_m_ud", "pll_c2", "pll_c3",
> -};
> -#define mux_pllmcp_clkm_idx NULL
> -
> static struct div_nmp pllxc_nmp = {
> .divm_shift = 0,
> .divm_width = 8,
> @@ -1123,13 +1118,7 @@ static __init void tegra124_periph_clk_init(void __iomem *clk_base,
> clk_base + PLLD2_BASE, 25, 1, 0, &pll_d2_lock);
> clks[TEGRA124_CLK_DSIB_MUX] = clk;
>
> - /* emc mux */
> - clk = clk_register_mux(NULL, "emc_mux", mux_pllmcp_clkm,
> - ARRAY_SIZE(mux_pllmcp_clkm), 0,
> - clk_base + CLK_SOURCE_EMC,
> - 29, 3, 0, &emc_lock);
> -
> - clk = tegra_clk_register_mc("mc", "emc_mux", clk_base + CLK_SOURCE_EMC,
> + clk = tegra_clk_register_mc("mc", "emc", clk_base + CLK_SOURCE_EMC,
> &emc_lock);
> clks[TEGRA124_CLK_MC] = clk;
>
> --
> 1.9.3
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists