diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-01-10 23:30:33 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-02-13 00:33:30 +0100 |
commit | 0969b242f7b8e5de0a1c28f81d8558fd678c066d (patch) | |
tree | 0b8c109ade2c67d38306364ec09ead2f4c73d7dc /drivers/clk/at91/Makefile | |
parent | clk: at91: add at91sam9g45 pmc driver (diff) | |
download | linux-0969b242f7b8e5de0a1c28f81d8558fd678c066d.tar.xz linux-0969b242f7b8e5de0a1c28f81d8558fd678c066d.zip |
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/Makefile | 1 |
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 |