Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: imx7d: add ADC root clock

Add ADC root clock support in imx7d clock tree.

Signed-off-by: Haibo Chen <haibo.chen@freescale.com>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Haibo Chen and committed by
Shawn Guo
ab4c6a24 d9388c84

+3 -1
+1
drivers/clk/imx/clk-imx7d.c
··· 829 829 clks[IMX7D_CSI_MCLK_ROOT_CLK] = imx_clk_gate2("csi_mclk_root_clk", "csi_mclk_post_div", base + 0x4490, 0); 830 830 clks[IMX7D_AUDIO_MCLK_ROOT_CLK] = imx_clk_gate2("audio_mclk_root_clk", "audio_mclk_post_div", base + 0x4790, 0); 831 831 clks[IMX7D_WRCLK_ROOT_CLK] = imx_clk_gate2("wrclk_root_clk", "wrclk_post_div", base + 0x47a0, 0); 832 + clks[IMX7D_ADC_ROOT_CLK] = imx_clk_gate2("adc_root_clk", "ipg_root_clk", base + 0x4200, 0); 832 833 833 834 clks[IMX7D_GPT_3M_CLK] = imx_clk_fixed_factor("gpt_3m", "osc", 1, 8); 834 835
+2 -1
include/dt-bindings/clock/imx7d-clock.h
··· 446 446 #define IMX7D_MU_ROOT_CLK 433 447 447 #define IMX7D_SEMA4_HS_ROOT_CLK 434 448 448 #define IMX7D_PLL_DRAM_TEST_DIV 435 449 - #define IMX7D_CLK_END 436 449 + #define IMX7D_ADC_ROOT_CLK 436 450 + #define IMX7D_CLK_END 437 450 451 #endif /* __DT_BINDINGS_CLOCK_IMX7D_H */