]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: sunxi-ng: always select CCU_GATE
authorArnd Bergmann <arnd@arndb.de>
Thu, 27 Apr 2017 11:02:31 +0000 (13:02 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 28 Apr 2017 17:47:21 +0000 (10:47 -0700)
commit36c02d0be4c3c8804e51f9740f0d768e17f3b566
treecb2561263573be111f632bb5ab9fcdc325677848
parente7590308d17e578e47f298cc3fec359108341cb6
clk: sunxi-ng: always select CCU_GATE

When the base driver is enabled but all SoC specific drivers are turned
off, we now get a build error after code was added to always refer to the
clk gates:

drivers/clk/built-in.o: In function `ccu_pll_notifier_cb':
:(.text+0x154f8): undefined reference to `ccu_gate_helper_disable'
:(.text+0x15504): undefined reference to `ccu_gate_helper_enable'

This changes the Kconfig to always require the gate code to be built-in
when CONFIG_SUNXI_CCU is set.

Fixes: 02ae2bc6febd ("clk: sunxi-ng: Add clk notifier to gate then ungate PLL clocks")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/sunxi-ng/Kconfig