diff options
author | Dinh Nguyen <dinguyen@opensource.altera.com> | 2015-05-20 05:22:42 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-05-22 00:16:04 +0200 |
commit | 5343325ff3dd299f459fa9dacbd95dca5c9bf215 (patch) | |
tree | d24df3d0835c546b13ec9bca3ba2b0551aeac33a /drivers/clk/socfpga/Makefile | |
parent | clk: socfpga: update clk.h so for Arria10 platform to use (diff) | |
download | linux-5343325ff3dd299f459fa9dacbd95dca5c9bf215.tar.xz linux-5343325ff3dd299f459fa9dacbd95dca5c9bf215.zip |
clk: socfpga: add a clock driver for the Arria 10 platform
The clocks on the Arria 10 platform is a bit different than the
Cyclone/Arria 5 platform that it should just have it's own
driver.
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/socfpga/Makefile')
-rw-r--r-- | drivers/clk/socfpga/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/socfpga/Makefile b/drivers/clk/socfpga/Makefile index 7e2d15a0c7b8..d8bb239753a4 100644 --- a/drivers/clk/socfpga/Makefile +++ b/drivers/clk/socfpga/Makefile @@ -2,3 +2,4 @@ obj-y += clk.o obj-y += clk-gate.o obj-y += clk-pll.o obj-y += clk-periph.o +obj-y += clk-pll-a10.o clk-periph-a10.o clk-gate-a10.o |