commit | 923ac87cd6a3222bcda4ded228d09a6aee474cd6 | [log] [tgz] |
---|---|---|
author | Claudiu Beznea <claudiu.beznea@microchip.com> | Mon Sep 07 17:46:42 2020 +0300 |
committer | Eugen Hristev <eugen.hristev@microchip.com> | Tue Sep 22 11:27:18 2020 +0300 |
tree | 505e6cbd3944f2c46234bcaa8363dfa57228138c | |
parent | 5d40887edcbfad889278fcd46d639ed021ba66d7 [diff] [blame] |
clk: at91: sam9x60-pll: add driver compatible with ccf Add sam9x60-pll driver compatible with common clock framework. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
diff --git a/drivers/clk/at91/Makefile b/drivers/clk/at91/Makefile index 805f676..338582b 100644 --- a/drivers/clk/at91/Makefile +++ b/drivers/clk/at91/Makefile
@@ -4,6 +4,7 @@ ifdef CONFIG_CLK_CCF obj-y += pmc.o sckc.o clk-main.o +obj-$(CONFIG_AT91_SAM9X60_PLL) += clk-sam9x60-pll.o else obj-y += compat.o endif