From c16730e3c66bcab245aac993ce924caa129ca23d Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Sun, 30 Jun 2013 23:08:48 +0200 Subject: tegra: add new clock framework driver This removes the existing Tegra CAR driver and replaces it with code ported from the Linux clock framework. In the current state only the relevant PLLs are supported, but this is no functional regression from the existing code. Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- drivers/clk/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/clk/Makefile') diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index d6c923d746..fb426c0bdb 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile @@ -3,3 +3,4 @@ obj-$(CONFIG_COMMON_CLK) += clk.o clk-fixed.o clk-divider.o clk-fixed-factor.o \ obj-$(CONFIG_CLKDEV_LOOKUP) += clkdev.o obj-$(CONFIG_ARCH_MXS) += mxs/ +obj-$(CONFIG_ARCH_TEGRA) += tegra/ -- cgit v1.2.3