mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
clk: rockchip: rk3568: add CLK_SET_RATE_NO_REPARENT flag for clk_rtc_32k
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Change-Id: I7ccec23c195f7901cc148b621a4580dbf8bc2770
This commit is contained in:
@@ -449,7 +449,7 @@ static struct rockchip_clk_branch rk3568_uart0_fracmux __initdata =
|
||||
RK3568_PMU_CLKSEL_CON(4), 10, 2, MFLAGS);
|
||||
|
||||
static struct rockchip_clk_branch rk3568_rtc32k_pmu_fracmux __initdata =
|
||||
MUX(CLK_RTC_32K, "clk_rtc_32k", clk_rtc32k_pmu_p, CLK_SET_RATE_PARENT,
|
||||
MUX(CLK_RTC_32K, "clk_rtc_32k", clk_rtc32k_pmu_p, CLK_SET_RATE_PARENT | CLK_SET_RATE_NO_REPARENT,
|
||||
RK3568_PMU_CLKSEL_CON(0), 6, 2, MFLAGS);
|
||||
|
||||
static struct rockchip_clk_branch rk3568_clk_npu_np5 __initdata =
|
||||
|
||||
Reference in New Issue
Block a user