All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: nxp: Select MFD_SYSCON for creg driver
@ 2016-05-16 15:45 Ezequiel Garcia
  2016-05-16 16:55 ` Joachim Eastwood
  2016-06-01 22:14 ` Stephen Boyd
  0 siblings, 2 replies; 3+ messages in thread
From: Ezequiel Garcia @ 2016-05-16 15:45 UTC (permalink / raw)
  To: Joachim Eastwood; +Cc: linux-clk, sboyd, mturquette, Ezequiel Garcia

Commit 378523d15003 ("clk: add lpc18xx creg clk driver")
added a new clock driver but missed the proper MFD_SYSCON select.
Fix it.

Fixes: 378523d15003 ("clk: add lpc18xx creg clk driver")
Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
---
 drivers/clk/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 53ddba26578c..98efbfcdb503 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -175,6 +175,7 @@ config COMMON_CLK_KEYSTONE
 config COMMON_CLK_NXP
 	def_bool COMMON_CLK && (ARCH_LPC18XX || ARCH_LPC32XX)
 	select REGMAP_MMIO if ARCH_LPC32XX
+	select MFD_SYSCON if ARCH_LPC18XX
 	---help---
 	  Support for clock providers on NXP platforms.
 
-- 
2.7.0

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

end of thread, other threads:[~2016-06-01 22:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-16 15:45 [PATCH] clk: nxp: Select MFD_SYSCON for creg driver Ezequiel Garcia
2016-05-16 16:55 ` Joachim Eastwood
2016-06-01 22:14 ` Stephen Boyd

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.