mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
clk: rockchip: px30: mark clk_rtc32k_pmu as critical
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Change-Id: I6f85ebd3bea1918b6938276295780f41a4ac197e
This commit is contained in:
parent
a7ac5bd0e0
commit
22cb9658be
|
|
@ -259,7 +259,7 @@ static struct rockchip_clk_branch px30_dclk_vopl_fracmux __initdata =
|
|||
PX30_CLKSEL_CON(8), 14, 2, MFLAGS);
|
||||
|
||||
static struct rockchip_clk_branch px30_rtc32k_pmu_fracmux __initdata =
|
||||
MUX(SCLK_RTC32K_PMU, "clk_rtc32k_pmu", mux_rtc32k_pmu_p, CLK_SET_RATE_PARENT,
|
||||
MUX(SCLK_RTC32K_PMU, "clk_rtc32k_pmu", mux_rtc32k_pmu_p, CLK_SET_RATE_PARENT | CLK_IS_CRITICAL,
|
||||
PX30_PMU_CLKSEL_CON(0), 14, 2, MFLAGS);
|
||||
|
||||
static struct rockchip_clk_branch px30_uart0_pmu_fracmux __initdata =
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user