summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorFugang Duan <b38611@freescale.com>2015-04-21 19:29:16 +0800
committerJason Liu <r64343@freescale.com>2015-05-08 17:25:08 +0800
commit5e18718536cfd9a1ada71b4e0afb6b81d84fe291 (patch)
treec277ce889a5887659982696ebc637fd64eeee7ee /arch
parent1626cd3d90c05282fd7aa021222655040c86d0f6 (diff)
MLK-10727-2 imx: clk-imx7d: remove imx7d enet 1588 clock parent init
Remove imx7d enet 1588 clock parent init from imx7d clock file since 1588 clock parent and rate is set in dts file. Signed-off-by: Fugang Duan <B38611@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/clk-imx7d.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/clk-imx7d.c b/arch/arm/mach-imx/clk-imx7d.c
index b9e0f6cb81bb..ffc458f9f05a 100644
--- a/arch/arm/mach-imx/clk-imx7d.c
+++ b/arch/arm/mach-imx/clk-imx7d.c
@@ -899,8 +899,6 @@ static void __init imx7d_clocks_init(struct device_node *ccm_node)
imx_clk_set_parent(clks[IMX7D_ENET_AXI_ROOT_SRC], clks[IMX7D_PLL_ENET_MAIN_250M_CLK]);
imx_clk_set_rate(clks[IMX7D_ENET_AXI_ROOT_CLK], 267000000);
imx_clk_set_parent(clks[IMX7D_ENET_PHY_REF_ROOT_SRC], clks[IMX7D_PLL_ENET_MAIN_25M_CLK]);
- imx_clk_set_parent(clks[IMX7D_ENET1_TIME_ROOT_SRC], clks[IMX7D_PLL_ENET_MAIN_100M_CLK]);
- imx_clk_set_parent(clks[IMX7D_ENET2_TIME_ROOT_SRC], clks[IMX7D_PLL_ENET_MAIN_100M_CLK]);
/* set uart module clock's parent clock source that must be great then 80Mhz */
if (uart_from_osc)