Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: Hi6220: enable stub clock driver for ARCH_HISI

In current kernel config 'CONFIG_STUB_CLK_HI6220' is disabled by
default, as result stub clock driver has not been registered and
CPUFreq driver cannot work.

This patch is to enable stub clock driver in config for ARCH_HISI.

Reported-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
Signed-off-by: Leo Yan <leo.yan@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

authored by

Leo Yan and committed by
Stephen Boyd
9a881bc5 09d5dc58

+1
+1
drivers/clk/hisilicon/Kconfig
··· 39 39 config STUB_CLK_HI6220 40 40 bool "Hi6220 Stub Clock Driver" 41 41 depends on COMMON_CLK_HI6220 && MAILBOX 42 + default ARCH_HISI 42 43 help 43 44 Build the Hisilicon Hi6220 stub clock driver.