diff --git a/drivers/clk/rockchip/clk-rv1106.c b/drivers/clk/rockchip/clk-rv1106.c index 84d0099ddcab..d243cf6ddf74 100644 --- a/drivers/clk/rockchip/clk-rv1106.c +++ b/drivers/clk/rockchip/clk-rv1106.c @@ -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,