From 5343325ff3dd299f459fa9dacbd95dca5c9bf215 Mon Sep 17 00:00:00 2001 From: Dinh Nguyen Date: Tue, 19 May 2015 22:22:42 -0500 Subject: 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 Signed-off-by: Stephen Boyd --- drivers/clk/socfpga/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/clk/socfpga/Makefile') 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 -- cgit v1.2.3