diff options
| author | Jesse Taube <[email protected]> | 2022-07-26 01:43:43 -0400 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-09-18 20:42:56 +0200 |
| commit | 79f7632e80e35461812015582e38ea2ff8fe2b8a (patch) | |
| tree | cde81120c5234cc3d66e336f964a736273b08f57 /drivers/clk/imx/Makefile | |
| parent | 2242ac5d800916058bd9f4e4380ceeac40025305 (diff) | |
clk: imx: Add initial support for i.MXRT1170 clock driver
Add clock driver support for i.MXRT1170.
Signed-off-by: Jesse Taube <[email protected]>
Diffstat (limited to 'drivers/clk/imx/Makefile')
| -rw-r--r-- | drivers/clk/imx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/imx/Makefile b/drivers/clk/imx/Makefile index c5766901f2b..b9c197f952e 100644 --- a/drivers/clk/imx/Makefile +++ b/drivers/clk/imx/Makefile @@ -21,3 +21,4 @@ obj-$(CONFIG_$(SPL_TPL_)CLK_IMX8MQ) += clk-imx8mq.o clk-pll14xx.o \ obj-$(CONFIG_$(SPL_TPL_)CLK_IMXRT1020) += clk-imxrt1020.o obj-$(CONFIG_$(SPL_TPL_)CLK_IMXRT1050) += clk-imxrt1050.o +obj-$(CONFIG_$(SPL_TPL_)CLK_IMXRT1170) += clk-imxrt1170.o |
