Skip to content

Commit

Permalink
clk: tegra: emc: Don't enable EMC clock manually
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dmitry Osipenko authored and Stephen Boyd committed Apr 25, 2019
1 parent 449c695 commit 924ee3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/clk/tegra/clk-emc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

0 comments on commit 924ee3d

Please sign in to comment.