aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/rockchip/Makefile
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2016-12-27 00:00:38 +0100
committerHeiko Stuebner <heiko@sntech.de>2017-01-02 14:24:57 +0100
commitcb1d9f6ddaa436f2dce2710740b7a3546700949c (patch)
tree6195814ec1a044894fbea51b0caf6a88b3b16cee /drivers/clk/rockchip/Makefile
parentLinux 4.10-rc2 (diff)
downloadlinux-dev-cb1d9f6ddaa436f2dce2710740b7a3546700949c.tar.xz
linux-dev-cb1d9f6ddaa436f2dce2710740b7a3546700949c.zip
clk: rockchip: add a clock-type for muxes based in the grf
Rockchip socs often have some tiny number of muxes not controlled from the core clock controller but through bits set in the general register files. Add a clock-type that can control these as well, so that we don't need to work around them being absent. Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'drivers/clk/rockchip/Makefile')
-rw-r--r--drivers/clk/rockchip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/rockchip/Makefile b/drivers/clk/rockchip/Makefile
index 16e098c36f90..a43a54d94c1f 100644
--- a/drivers/clk/rockchip/Makefile
+++ b/drivers/clk/rockchip/Makefile
@@ -8,6 +8,7 @@ obj-y += clk-pll.o
obj-y += clk-cpu.o
obj-y += clk-inverter.o
obj-y += clk-mmc-phase.o
+obj-y += clk-muxgrf.o
obj-y += clk-ddr.o
obj-$(CONFIG_RESET_CONTROLLER) += softrst.o