clk/rockchip: rk618: add CLK_IGNORE_UNUSED for mipi_clk

Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
Change-Id: I0cecefac11dca735d51c5b1b73eb87dd4a4af3a0
This commit is contained in:
Wyon Bi 2020-07-24 15:37:19 +08:00 committed by Tao Huang
parent 9622365e64
commit 914ec09489

View File

@ -252,7 +252,7 @@ static const struct clk_divider_data rk618_clk_dividers[] = {
static const struct clk_gate_data rk618_clk_gates[] = {
GATE(MIPI_CLK, "mipi_clk", "dither_clk",
RK618_CRU_CLKSEL1, 10,
0),
CLK_IGNORE_UNUSED),
GATE(LVDS_CLK, "lvds_clk", "dither_clk",
RK618_CRU_CLKSEL1, 9,
CLK_IGNORE_UNUSED),