clk: rockchip: rk1808: add clk ID for clk_rtc32k_frac

Change-Id: Iecde141adbee536285155c64267580bde2ce5b13
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
Elaine Zhang 2018-10-10 10:49:23 +08:00 committed by Tao Huang
parent 701dfebbed
commit 54e75c20ac
2 changed files with 2 additions and 1 deletions

View File

@ -1066,7 +1066,7 @@ static struct rockchip_clk_branch rk1808_clk_branches[] __initdata = {
/* PD_PMU */
COMPOSITE_FRACMUX(0, "clk_rtc32k_frac", "xin24m", CLK_IGNORE_UNUSED,
COMPOSITE_FRACMUX(SCLK_RTC32K_FRAC, "clk_rtc32k_frac", "xin24m", CLK_IGNORE_UNUSED,
RK1808_PMU_CLKSEL_CON(1), 0,
RK1808_PMU_CLKGATE_CON(0), 13, GFLAGS,
&rk1808_rtc32k_pmu_fracmux, 0),

View File

@ -110,6 +110,7 @@
#define SCLK_USBPHY_REF 109
#define SCLK_MIPIDSIPHY_REF 110
#define SCLK_PCIEPHY_REF 111
#define SCLK_RTC32K_FRAC 112
/* aclk gates */
#define ACLK_GIC_PRE 145