|
@@ -118,6 +118,7 @@ static struct clk_onecell_data clk_data;
|
|
static unsigned int const clks_init_on[] __initconst = {
|
|
static unsigned int const clks_init_on[] __initconst = {
|
|
VF610_CLK_SYS_BUS,
|
|
VF610_CLK_SYS_BUS,
|
|
VF610_CLK_DDR_SEL,
|
|
VF610_CLK_DDR_SEL,
|
|
|
|
+ VF610_CLK_DAP,
|
|
};
|
|
};
|
|
|
|
|
|
static struct clk * __init vf610_get_fixed_clock(
|
|
static struct clk * __init vf610_get_fixed_clock(
|
|
@@ -383,6 +384,7 @@ static void __init vf610_clocks_init(struct device_node *ccm_node)
|
|
clk[VF610_CLK_DMAMUX3] = imx_clk_gate2("dmamux3", "platform_bus", CCM_CCGR6, CCM_CCGRx_CGn(2));
|
|
clk[VF610_CLK_DMAMUX3] = imx_clk_gate2("dmamux3", "platform_bus", CCM_CCGR6, CCM_CCGRx_CGn(2));
|
|
|
|
|
|
clk[VF610_CLK_SNVS] = imx_clk_gate2("snvs-rtc", "ipg_bus", CCM_CCGR6, CCM_CCGRx_CGn(7));
|
|
clk[VF610_CLK_SNVS] = imx_clk_gate2("snvs-rtc", "ipg_bus", CCM_CCGR6, CCM_CCGRx_CGn(7));
|
|
|
|
+ clk[VF610_CLK_DAP] = imx_clk_gate("dap", "platform_bus", CCM_CCSR, 24);
|
|
|
|
|
|
imx_check_clocks(clk, ARRAY_SIZE(clk));
|
|
imx_check_clocks(clk, ARRAY_SIZE(clk));
|
|
|
|
|