summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorSandor Yu <R01008@freescale.com>2015-05-29 16:59:45 +0800
committerSandor Yu <R01008@freescale.com>2015-06-05 17:34:34 +0800
commit9572726009dfb9a485ab85a17dfa2993e9d2f4b3 (patch)
tree43e8a327e9aed3873759e178c11bf7ef53fa9d0f /arch/arm/mach-imx
parent11fd536f31a2ba860109af984499b51f247d2c18 (diff)
MLK-10256-01: imx clk: Set mipi csi clock parent to sys_pfd3
Set mipi csi root clock parent to sys_pfd clock. Signed-off-by: Sandor Yu <R01008@freescale.com>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r--arch/arm/mach-imx/clk-imx7d.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/clk-imx7d.c b/arch/arm/mach-imx/clk-imx7d.c
index cca614824a70..9d9ec6ecfb91 100644
--- a/arch/arm/mach-imx/clk-imx7d.c
+++ b/arch/arm/mach-imx/clk-imx7d.c
@@ -918,6 +918,8 @@ static void __init imx7d_clocks_init(struct device_node *ccm_node)
/* set lcdif pixel root clock source to get the required 33Mhz clock */
imx_clk_set_parent(clks[IMX7D_LCDIF_PIXEL_ROOT_SRC], clks[IMX7D_PLL_VIDEO_POST_DIV]);
+ imx_clk_set_parent(clks[IMX7D_MIPI_CSI_ROOT_SRC], clks[IMX7D_PLL_SYS_PFD3_CLK]);
+
/* set parent of SIM1 root clock */
imx_clk_set_parent(clks[IMX7D_SIM1_ROOT_SRC], clks[IMX7D_PLL_SYS_MAIN_120M_CLK]);