diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2018-03-21 09:20:12 -0500 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-04-06 10:12:35 -0700 |
commit | 07afb8db7340f9b6051a26c5c28f2ce74148f6b5 (patch) | |
tree | 0832c3b259b1427d079c8c574a99f266dd63b8b0 /drivers/clk/Makefile | |
parent | 89727949ea1e5f8ec481cba4d5c71c32d8bff3bc (diff) | |
download | linux-stable-07afb8db7340f9b6051a26c5c28f2ce74148f6b5.tar.gz linux-stable-07afb8db7340f9b6051a26c5c28f2ce74148f6b5.tar.bz2 linux-stable-07afb8db7340f9b6051a26c5c28f2ce74148f6b5.zip |
clk: socfpga: stratix10: add clock driver for Stratix10 platform
Add a clock driver for the Stratix10 SoC. The driver is similar to the
Cyclone5/Arria10 platforms, with the exception that this driver only uses
one single clock binding.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/Makefile')
-rw-r--r-- | drivers/clk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index 71ec41e6364f..80ab422438ee 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile @@ -88,6 +88,7 @@ obj-$(CONFIG_ARCH_SOCFPGA) += socfpga/ obj-$(CONFIG_PLAT_SPEAR) += spear/ obj-$(CONFIG_ARCH_SPRD) += sprd/ obj-$(CONFIG_ARCH_STI) += st/ +obj-$(CONFIG_ARCH_STRATIX10) += socfpga/ obj-$(CONFIG_ARCH_SUNXI) += sunxi/ obj-$(CONFIG_ARCH_SUNXI) += sunxi-ng/ obj-$(CONFIG_ARCH_TEGRA) += tegra/ |