diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-10-16 17:21:48 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-10-17 20:44:33 +0300 |
commit | 084b696bb509d5943d94e282a4e349426ac85dc6 (patch) | |
tree | a1fa686552d77111a0e0e8cb9d02cc61e0db19a7 /drivers/clk/at91/Makefile | |
parent | d387ff5427be6b93e11986c6ab6d7a8e6031e976 (diff) | |
download | linux-084b696bb509d5943d94e282a4e349426ac85dc6.tar.xz |
clk: at91: add sama5d4 pmc driver
Add a driver for the PMC clocks of the sama5d4
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
[sboyd@kernel.org: Make i signed to fix signedness bug]
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 facc169ebb68..7cdb762f3e2e 100644 --- a/drivers/clk/at91/Makefile +++ b/drivers/clk/at91/Makefile @@ -14,3 +14,4 @@ obj-$(CONFIG_HAVE_AT91_SMD) += clk-smd.o obj-$(CONFIG_HAVE_AT91_H32MX) += clk-h32mx.o obj-$(CONFIG_HAVE_AT91_GENERATED_CLK) += clk-generated.o obj-$(CONFIG_HAVE_AT91_I2S_MUX_CLK) += clk-i2s-mux.o +obj-$(CONFIG_SOC_SAMA5D4) += sama5d4.o |