summaryrefslogtreecommitdiff
path: root/drivers/clk/rockchip/Makefile
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2016-12-27 00:00:38 +0100
committerHuang, Tao <huangtao@rock-chips.com>2017-01-05 11:48:57 +0800
commitacb2ae387574a89f32d9962236b8beb8dea3c9f1 (patch)
treecbad9817fc755568fea714d16477e4bf559def4a /drivers/clk/rockchip/Makefile
parentb90df318ef0078bf4d77778b8fa235cdd1197848 (diff)
UPSTREAM: 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. BUG=None TEST=Build and boot on RK3399 Signed-off-by: Heiko Stuebner <heiko@sntech.de> (cherry picked from git.kernel.org mmind/linux-rockchip.git v4.11-clk/next commit cb1d9f6ddaa436f2dce2710740b7a3546700949c) Change-Id: I79352c8596f4d03fde519cd544c9d509d84c3a66 Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
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 134865537aea..e97eb0ee8bee 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