1
0
Fork 0

clk: tegra: emc: Don't enable EMC clock manually

The EMC clock marked as critical, hence it is already enabled at the
registration time.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
hifive-unleashed-5.2
Dmitry Osipenko 2019-04-14 22:23:17 +03:00 committed by Stephen Boyd
parent 449c695d97
commit 924ee3d551
1 changed files with 0 additions and 2 deletions

View File

@ -532,7 +532,5 @@ struct clk *tegra_clk_register_emc(void __iomem *base, struct device_node *np,
/* Allow debugging tools to see the EMC clock */
clk_register_clkdev(clk, "emc", "tegra-clk-debug");
clk_prepare_enable(clk);
return clk;
};