summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@freescale.com>2015-04-03 14:50:55 +0800
committerguoyin.chen <guoyin.chen@freescale.com>2015-05-08 17:26:05 +0800
commit58d2caf02b64d35b10023834221af94d5657f1a5 (patch)
treef89483bbd3fe82a9bb69761b57dba212686fdc3a
parentc5f110b1c5599ee529b9a59a8fed543ae240f444 (diff)
MLK-10572: ARM: clk_imx7d: No need to add imx7d_pll_audio_post_div in init_on
Revert "MLK-10539-2: ARM: clk_imx7d: add audio_post_div clock to init list" As the clock tree has been refined, then imx7d_pll_audio_post_div needn't be added to init_on structure. This reverts commit 0ac3187a47594a87c784003371db4c0ea8ab2eaa. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
-rw-r--r--arch/arm/mach-imx/clk-imx7d.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/clk-imx7d.c b/arch/arm/mach-imx/clk-imx7d.c
index 0205c58b28e9..42e0e9ef0a81 100644
--- a/arch/arm/mach-imx/clk-imx7d.c
+++ b/arch/arm/mach-imx/clk-imx7d.c
@@ -370,7 +370,6 @@ static int const clks_init_on[] __initconst = {
IMX7D_PLL_SYS_PFD7_CLK, IMX7D_DRAM_PHYM_ROOT_CLK, IMX7D_DRAM_ROOT_CLK,
IMX7D_DRAM_PHYM_ALT_ROOT_CLK, IMX7D_DRAM_ALT_ROOT_CLK,
IMX7D_AHB_CHANNEL_ROOT_CLK, IMX7D_NAND_USDHC_BUS_ROOT_CLK, IMX7D_PLL_VIDEO_POST_DIV,
- IMX7D_PLL_AUDIO_POST_DIV,
};
static struct clk_onecell_data clk_data;