mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
clk: rockchip: rv1126: Add CLK_IGNORE_UNUSED for sysram and intmux
Change-Id: I30881f93b05ca3b86a06f4bfa3ebbcff344b769c Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -518,9 +518,9 @@ static struct rockchip_clk_branch rv1126_clk_branches[] __initdata = {
|
||||
RV1126_CLKGATE_CON(6), 14, GFLAGS),
|
||||
GATE(PCLK_MAILBOX, "pclk_mailbox", "pclk_pdbus", 0,
|
||||
RV1126_CLKGATE_CON(7), 10, GFLAGS),
|
||||
GATE(0, "aclk_sysram", "hclk_pdbus", 0,
|
||||
GATE(0, "aclk_sysram", "hclk_pdbus", CLK_IGNORE_UNUSED,
|
||||
RV1126_CLKGATE_CON(3), 9, GFLAGS),
|
||||
GATE(0, "pclk_intmux", "pclk_pdbus", 0,
|
||||
GATE(0, "pclk_intmux", "pclk_pdbus", CLK_IGNORE_UNUSED,
|
||||
RV1126_CLKGATE_CON(7), 14, GFLAGS),
|
||||
|
||||
COMPOSITE(CLK_SCR1, "clk_scr1", mux_gpll_cpll_p, 0,
|
||||
|
||||
Reference in New Issue
Block a user