summaryrefslogtreecommitdiff
path: root/drivers/clk/rockchip/Makefile
diff options
context:
space:
mode:
authorHeiko Stübner <heiko@sntech.de>2013-06-13 18:59:40 +0400
committerMike Turquette <mturquette@linaro.org>2013-06-21 02:58:27 +0400
commit646572c77db7c42beb3d091915c8f97359100c47 (patch)
tree9aa0cf08d01b21c4ffcf796177970c38561479d6 /drivers/clk/rockchip/Makefile
parentc7f6e2d8ffce43e753c930bcb8b2230a321843af (diff)
downloadlinux-646572c77db7c42beb3d091915c8f97359100c47.tar.xz
clk: add support for Rockchip gate clocks
This adds basic support for gate-clocks on Rockchip SoCs. There are 16 gates in each register and use the HIWORD_MASK mechanism for changing gate settings. The gate registers form a continuos block which makes the dt node structure a matter of taste, as either all 160 gates can be put into one gate clock spanning all registers or they can be divided into the 10 individual gates containing 16 clocks each. The code supports both approaches. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/rockchip/Makefile')
-rw-r--r--drivers/clk/rockchip/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clk/rockchip/Makefile b/drivers/clk/rockchip/Makefile
new file mode 100644
index 000000000000..8d3aefad2e73
--- /dev/null
+++ b/drivers/clk/rockchip/Makefile
@@ -0,0 +1,5 @@
+#
+# Rockchip Clock specific Makefile
+#
+
+obj-y += clk-rockchip.o