All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: Hi6220: enable stub clock driver for ARCH_HISI
@ 2016-08-08  3:37 Leo Yan
  2016-08-08  5:53 ` Amit Kucheria
  0 siblings, 1 reply; 9+ messages in thread
From: Leo Yan @ 2016-08-08  3:37 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Jiancheng Xue, Philipp Zabel,
	Rob Herring, linux-clk, linux-kernel, Dietmar Eggemann,
	Guodong Xu
  Cc: Leo Yan

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>
---
 drivers/clk/hisilicon/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/hisilicon/Kconfig b/drivers/clk/hisilicon/Kconfig
index 3f537a0..9e0a95e 100644
--- a/drivers/clk/hisilicon/Kconfig
+++ b/drivers/clk/hisilicon/Kconfig
@@ -23,5 +23,6 @@ config RESET_HISI
 config STUB_CLK_HI6220
 	bool "Hi6220 Stub Clock Driver"
 	depends on COMMON_CLK_HI6220 && MAILBOX
+	default ARCH_HISI
 	help
 	  Build the Hisilicon Hi6220 stub clock driver.
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-08-09  1:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-08  3:37 [PATCH] clk: Hi6220: enable stub clock driver for ARCH_HISI Leo Yan
2016-08-08  5:53 ` Amit Kucheria
2016-08-08  6:42   ` Leo Yan
2016-08-08 14:42     ` Amit Kucheria
2016-08-08 15:32       ` Leo Yan
2016-08-08 15:53       ` Daniel Thompson
2016-08-08 18:02         ` Amit Kucheria
2016-08-08 20:36           ` Daniel Thompson
2016-08-09  1:23             ` Leo Yan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.