Skip to content

Commit 8f6d809

Browse files
nxpfranklishawnguo2
authored andcommitted
ARM: imx: add imx7d clk tree support
Add i.MX7D clk tree support. Enable all clock to bring up imx7. Clock framework need be modified a little since imx7d change clock design. otherwise system will halt and block the other part upstream. All clock refine need wait for Dong Aisheng's patch clk: support clocks which requires parent clock on during operation Or other solution ready. Signed-off-by: Anson Huang <[email protected]> Signed-off-by: Adrian Alonso <[email protected]> Signed-off-by: Frank Li <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent f539474 commit 8f6d809

File tree

2 files changed

+861
-0
lines changed

2 files changed

+861
-0
lines changed

drivers/clk/imx/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ obj-$(CONFIG_SOC_IMX5) += clk-imx51-imx53.o
2222
obj-$(CONFIG_SOC_IMX6Q) += clk-imx6q.o
2323
obj-$(CONFIG_SOC_IMX6SL) += clk-imx6sl.o
2424
obj-$(CONFIG_SOC_IMX6SX) += clk-imx6sx.o
25+
obj-$(CONFIG_SOC_IMX7D) += clk-imx7d.o
2526
obj-$(CONFIG_SOC_VF610) += clk-vf610.o

0 commit comments

Comments
 (0)