mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user