On 10/15/2013 09:14 AM, Peter De Schrijver wrote: > Tegra124 introduces a number of new peripheral clocks. This patch adds those > to the common peripheral clock code. > diff --git a/drivers/clk/tegra/clk-tegra-periph.c b/drivers/clk/tegra/clk-tegra-periph.c > @@ -453,6 +501,12 @@ static struct tegra_periph_init_data gate_clks[] = { > GATE("dsib", "dsib_mux", 82, 0, tegra_clk_dsib, 0), > GATE("emc", "emc_mux", 57, 0, tegra_clk_emc, CLK_IGNORE_UNUSED), > GATE("sata_cold", "clk_m", 129, TEGRA_PERIPH_ON_APB, tegra_clk_sata_cold, 0), > + GATE("sata_cold", "clk_m", 129, TEGRA_PERIPH_ON_APB, tegra_clk_sata_cold, 0), That's a duplicate. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html