summaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx/Makefile
diff options
context:
space:
mode:
authorJesse Taube <mr.bossman075@gmail.com>2022-01-11 22:54:13 +0100
committerAbel Vesa <abel.vesa@nxp.com>2022-01-29 14:12:06 +0100
commit7154b046d8f3a441474ced1688eb348d42f5f165 (patch)
treea6f35b1593728c1fff02d544e31b0984f98b4dff /drivers/clk/imx/Makefile
parentdt-bindings: clock: imx: Add documentation for i.MXRT1050 clock (diff)
downloadlinux-7154b046d8f3a441474ced1688eb348d42f5f165.tar.xz
linux-7154b046d8f3a441474ced1688eb348d42f5f165.zip
clk: imx: Add initial support for i.MXRT1050 clock driver
Add clock driver support for i.MXRT1050. Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com> Suggested-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Link: https://lore.kernel.org/r/20220111215415.2075257-6-Mr.Bossman075@gmail.com Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Diffstat (limited to 'drivers/clk/imx/Makefile')
-rw-r--r--drivers/clk/imx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/imx/Makefile b/drivers/clk/imx/Makefile
index b5e040026dfb..1e13c5cb37d9 100644
--- a/drivers/clk/imx/Makefile
+++ b/drivers/clk/imx/Makefile
@@ -46,4 +46,5 @@ obj-$(CONFIG_CLK_IMX6SX) += clk-imx6sx.o
obj-$(CONFIG_CLK_IMX6UL) += clk-imx6ul.o
obj-$(CONFIG_CLK_IMX7D) += clk-imx7d.o
obj-$(CONFIG_CLK_IMX7ULP) += clk-imx7ulp.o
+obj-$(CONFIG_CLK_IMXRT1050) += clk-imxrt1050.o
obj-$(CONFIG_CLK_VF610) += clk-vf610.o