From 31ea603373062a0d4e0e7ad1642db3033102b18a Mon Sep 17 00:00:00 2001 From: Wyon Bi Date: Wed, 18 Oct 2017 09:19:31 +0800 Subject: [PATCH] clk: rockchip: rk3128: remove CLK_IGNORE_UNUSED flag from clk_mipi_24m clock This flag was in place to prevent important clocks from getting gated while they had no users. Now that the driver supports clocks properly, we can drop this. Change-Id: Ied6ea7677ab38988c89100e3644d829cb5736356 Signed-off-by: Wyon Bi --- drivers/clk/rockchip/clk-rk3128.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/rockchip/clk-rk3128.c b/drivers/clk/rockchip/clk-rk3128.c index 51d29ad46e71..30560def7abf 100644 --- a/drivers/clk/rockchip/clk-rk3128.c +++ b/drivers/clk/rockchip/clk-rk3128.c @@ -320,7 +320,7 @@ static struct rockchip_clk_branch common_clk_branches[] __initdata = { RK2928_CLKGATE_CON(10), 1, GFLAGS), GATE(SCLK_PVTM_FUNC, "clk_pvtm_func", "xin24m", 0, RK2928_CLKGATE_CON(10), 2, GFLAGS), - GATE(SCLK_MIPI_24M, "clk_mipi_24m", "xin24m", CLK_IGNORE_UNUSED, + GATE(SCLK_MIPI_24M, "clk_mipi_24m", "xin24m", 0, RK2928_CLKGATE_CON(2), 15, GFLAGS), COMPOSITE(SCLK_SDMMC, "sclk_sdmmc0", mux_mmc_src_p, 0,