summaryrefslogtreecommitdiff
path: root/drivers/clk/at91/Makefile
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2020-01-11 01:30:33 +0300
committerStephen Boyd <sboyd@kernel.org>2020-02-13 02:33:30 +0300
commit0969b242f7b8e5de0a1c28f81d8558fd678c066d (patch)
tree0b8c109ade2c67d38306364ec09ead2f4c73d7dc /drivers/clk/at91/Makefile
parent12dc8d3be9d86cccc35dcf32828d3a8e9d48e0d1 (diff)
downloadlinux-0969b242f7b8e5de0a1c28f81d8558fd678c066d.tar.xz
clk: at91: add sama5d3 pmc driver
Add a driver for the PMC clocks of the sama5d3. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lkml.kernel.org/r/20200110223033.1261791-1-alexandre.belloni@bootlin.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/at91/Makefile')
-rw-r--r--drivers/clk/at91/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/at91/Makefile b/drivers/clk/at91/Makefile
index c02c53a0e02e..54a94c32d972 100644
--- a/drivers/clk/at91/Makefile
+++ b/drivers/clk/at91/Makefile
@@ -18,5 +18,6 @@ obj-$(CONFIG_HAVE_AT91_SAM9X60_PLL) += clk-sam9x60-pll.o
obj-$(CONFIG_SOC_AT91SAM9) += at91sam9260.o at91sam9rl.o at91sam9x5.o
obj-$(CONFIG_SOC_AT91SAM9) += at91sam9g45.o
obj-$(CONFIG_SOC_SAM9X60) += sam9x60.o
+obj-$(CONFIG_SOC_SAMA5D3) += sama5d3.o
obj-$(CONFIG_SOC_SAMA5D4) += sama5d4.o
obj-$(CONFIG_SOC_SAMA5D2) += sama5d2.o