Signed-off-by: Steffen Trumtrar <s.trumt...@pengutronix.de>
---
 arch/arm/mach-imx/clk-imx6.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/mach-imx/clk-imx6.c b/arch/arm/mach-imx/clk-imx6.c
index 597e50205038..8568258644d5 100644
--- a/arch/arm/mach-imx/clk-imx6.c
+++ b/arch/arm/mach-imx/clk-imx6.c
@@ -443,6 +443,9 @@ static int imx6_ccm_probe(struct device_d *dev)
 
        /*                                            name             
parent_name          reg         shift */
        clks[IMX6QDL_CLK_APBH_DMA]     = imx_clk_gate2("apbh_dma",      
"usdhc3",            base + 0x68, 4);
+       clks[IMX6QDL_CLK_CAAM_MEM]     = imx_clk_gate2("caam_mem",      "ahb",  
             base + 0x68, 8);
+       clks[IMX6QDL_CLK_CAAM_ACLK]    = imx_clk_gate2("caam_aclk",     "ahb",  
             base + 0x68, 10);
+       clks[IMX6QDL_CLK_CAAM_IPG]     = imx_clk_gate2("caam_ipg",      "ipg",  
             base + 0x68, 12);
        clks[IMX6QDL_CLK_ECSPI1]       = imx_clk_gate2("ecspi1",        
"ecspi_root",        base + 0x6c, 0);
        clks[IMX6QDL_CLK_ECSPI2]       = imx_clk_gate2("ecspi2",        
"ecspi_root",        base + 0x6c, 2);
        clks[IMX6QDL_CLK_ECSPI3]       = imx_clk_gate2("ecspi3",        
"ecspi_root",        base + 0x6c, 4);
@@ -477,6 +480,7 @@ static int imx6_ccm_probe(struct device_d *dev)
        clks[IMX6QDL_CLK_USDHC2]       = imx_clk_gate2("usdhc2",        
"usdhc2_podf",       base + 0x80, 4);
        clks[IMX6QDL_CLK_USDHC3]       = imx_clk_gate2("usdhc3",        
"usdhc3_podf",       base + 0x80, 6);
        clks[IMX6QDL_CLK_USDHC4]       = imx_clk_gate2("usdhc4",        
"usdhc4_podf",       base + 0x80, 8);
+       clks[IMX6QDL_CLK_EIM_SLOW]     = imx_clk_gate2("eim_slow",      
"eim_slow_podf",     base + 0x80, 10);
        clks[IMX6QDL_CLK_CKO1]         = imx_clk_gate("cko1",           
"cko1_podf",         base + 0x60, 7);
        clks[IMX6QDL_CLK_CKO2]         = imx_clk_gate("cko2",           
"cko2_podf",         base + 0x60, 24);
 
-- 
2.7.0.rc3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to