mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
449c695d97
commit
924ee3d551
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue