Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1742aed6 authored by Gabriel Fernandez's avatar Gabriel Fernandez Committed by Stephen Boyd
Browse files

clk: stm32mp1: set stgen_k clock as critical



stgen_k should be declared as critical to avoid blocking console
when ck_hsi is not used.

Signed-off-by: default avatarGabriel Fernandez <gabriel.fernandez@st.com>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent a1bf646f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1913,8 +1913,7 @@ static const struct clock_config stm32mp1_clock_cfg[] = {
	KCLK(RNG1_K, "rng1_k", rng_src, 0, G_RNG1, M_RNG1),
	KCLK(RNG2_K, "rng2_k", rng_src, 0, G_RNG2, M_RNG2),
	KCLK(USBPHY_K, "usbphy_k", usbphy_src, 0, G_USBPHY, M_USBPHY),
	KCLK(STGEN_K, "stgen_k",  stgen_src, CLK_IGNORE_UNUSED,
	     G_STGEN, M_STGEN),
	KCLK(STGEN_K, "stgen_k", stgen_src, CLK_IS_CRITICAL, G_STGEN, M_STGEN),
	KCLK(SPDIF_K, "spdif_k", spdif_src, 0, G_SPDIF, M_SPDIF),
	KCLK(SPI1_K, "spi1_k", spi123_src, 0, G_SPI1, M_SPI1),
	KCLK(SPI2_K, "spi2_k", spi123_src, 0, G_SPI2, M_SPI23),