mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09: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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user