mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
clk: rockchip: rv1106: Remove clk_pmc_otp and clk_otpc_arb
Fixes: 73d255eb3b ("nvmem: rockchip-otp: do not close common clk")
Change-Id: I7b73ac1e87bcdab04471eb8805f58fc6a438d7a4
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -891,8 +891,6 @@ static struct rockchip_clk_branch rv1106_clk_branches[] __initdata = {
|
||||
RV1106_VOCLKSEL_CON(2), 1, 6, DFLAGS),
|
||||
GATE(CLK_MACPHY, "clk_macphy", "xin24m", 0,
|
||||
RV1106_VOCLKGATE_CON(2), 13, GFLAGS),
|
||||
GATE(CLK_OTPC_ARB, "clk_otpc_arb", "xin24m", 0,
|
||||
RV1106_VOCLKGATE_CON(2), 11, GFLAGS),
|
||||
GATE(PCLK_OTPC_NS, "pclk_otpc_ns", "pclk_vo_root", 0,
|
||||
RV1106_VOCLKGATE_CON(2), 3, GFLAGS),
|
||||
GATE(CLK_SBPI_OTPC_NS, "clk_sbpi_otpc_ns", "xin24m", 0,
|
||||
@@ -902,15 +900,11 @@ static struct rockchip_clk_branch rv1106_clk_branches[] __initdata = {
|
||||
RV1106_VOCLKGATE_CON(2), 6, GFLAGS),
|
||||
GATE(PCLK_OTPC_S, "pclk_otpc_s", "pclk_vo_root", 0,
|
||||
RV1106_VOCLKGATE_CON(2), 7, GFLAGS),
|
||||
GATE(CLK_SBPI_OTPC_S, "clk_sbpi_otpc_s", "xin24m", 0,
|
||||
RV1106_VOCLKGATE_CON(2), 9, GFLAGS),
|
||||
COMPOSITE_NOMUX(CLK_USER_OTPC_S, "clk_user_otpc_s", "xin24m", 0,
|
||||
RV1106_VOCLKSEL_CON(3), 13, 3, DFLAGS,
|
||||
RV1106_VOCLKGATE_CON(2), 10, GFLAGS),
|
||||
GATE(PCLK_OTP_MASK, "pclk_otp_mask", "pclk_vo_root", 0,
|
||||
RV1106_VOCLKGATE_CON(2), 14, GFLAGS),
|
||||
GATE(CLK_PMC_OTP, "clk_pmc_otp", "clk_sbpi_otpc_s", 0,
|
||||
RV1106_VOCLKGATE_CON(2), 15, GFLAGS),
|
||||
GATE(HCLK_RGA2E, "hclk_rga2e", "hclk_vo_root", 0,
|
||||
RV1106_VOCLKGATE_CON(0), 7, GFLAGS),
|
||||
GATE(ACLK_RGA2E, "aclk_rga2e", "aclk_vo_root", 0,
|
||||
|
||||
Reference in New Issue
Block a user