aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/owl/Makefile
diff options
context:
space:
mode:
authorAmit Singh Tomar2020-04-19 19:28:30 +0530
committerTom Rini2020-04-24 16:40:09 -0400
commit8b520ac15300ed8ae146979554757d8702c35e67 (patch)
tree6bc52ada21135af4ee3717e8100f15528030208e /drivers/clk/owl/Makefile
parent5bc4c0bccc360692b5d140b1da5235d7ea56325f (diff)
clk: actions: Add common clock driver
This patch converts S900 clock driver to something common that can be used for other SoCs, for instance S700(few of clk registers are same). Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
Diffstat (limited to 'drivers/clk/owl/Makefile')
-rw-r--r--drivers/clk/owl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/owl/Makefile b/drivers/clk/owl/Makefile
index 63ab573f71d..5218b6b4dc9 100644
--- a/drivers/clk/owl/Makefile
+++ b/drivers/clk/owl/Makefile
@@ -1,3 +1,3 @@
# SPDX-License-Identifier: GPL-2.0+
-obj-$(CONFIG_CLK_S900) += clk_s900.o
+obj-$(CONFIG_CLK_OWL) += clk_owl.o