Skip to content

Commit faa8605

Browse files
digetxthierryreding
authored andcommitted
clk: tegra: Remove CLK_IS_CRITICAL flag from fuse clock
FUSE driver now takes care of keeping the clock enabled when necessary. Remove the CLK_IS_CRITICAL flag from the clock. Signed-off-by: Dmitry Osipenko <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent e278718 commit faa8605

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

drivers/clk/tegra/clk-tegra-periph.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -777,11 +777,7 @@ static struct tegra_periph_init_data gate_clks[] = {
777777
GATE("ahbdma", "hclk", 33, 0, tegra_clk_ahbdma, 0),
778778
GATE("apbdma", "pclk", 34, 0, tegra_clk_apbdma, 0),
779779
GATE("kbc", "clk_32k", 36, TEGRA_PERIPH_ON_APB | TEGRA_PERIPH_NO_RESET, tegra_clk_kbc, 0),
780-
/*
781-
* Critical for RAM re-repair operation, which must occur on resume
782-
* from LP1 system suspend and as part of CCPLEX cluster switching.
783-
*/
784-
GATE("fuse", "clk_m", 39, TEGRA_PERIPH_ON_APB, tegra_clk_fuse, CLK_IS_CRITICAL),
780+
GATE("fuse", "clk_m", 39, TEGRA_PERIPH_ON_APB, tegra_clk_fuse, 0),
785781
GATE("fuse_burn", "clk_m", 39, TEGRA_PERIPH_ON_APB, tegra_clk_fuse_burn, 0),
786782
GATE("kfuse", "clk_m", 40, TEGRA_PERIPH_ON_APB, tegra_clk_kfuse, 0),
787783
GATE("apbif", "clk_m", 107, TEGRA_PERIPH_ON_APB, tegra_clk_apbif, 0),

0 commit comments

Comments
 (0)