public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: bcm: dvp: Select the reset framework
@ 2020-09-03  8:26 Maxime Ripard
  2020-09-08 14:42 ` Nicolas Saenz Julienne
  2020-09-10  7:53 ` Stephen Boyd
  0 siblings, 2 replies; 3+ messages in thread
From: Maxime Ripard @ 2020-09-03  8:26 UTC (permalink / raw)
  To: Nicolas Saenz Julienne, Mike Turquette, Stephen Boyd
  Cc: linux-clk, linux-rpi-kernel, linux-arm-kernel, Dave Stevenson,
	Tim Gover, Phil Elwell, Maxime Ripard

The DVP driver depends both on the RESET_SIMPLE driver but also on the
reset framework itself. Let's make sure we have it enabled.

Fixes: 1bc95972715a ("clk: bcm: Add BCM2711 DVP driver")
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
---
 drivers/clk/bcm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/bcm/Kconfig b/drivers/clk/bcm/Kconfig
index 784f12c72365..ec738f74a026 100644
--- a/drivers/clk/bcm/Kconfig
+++ b/drivers/clk/bcm/Kconfig
@@ -5,6 +5,7 @@ config CLK_BCM2711_DVP
 	depends on ARCH_BCM2835 ||COMPILE_TEST
 	depends on COMMON_CLK
 	default ARCH_BCM2835
+	select RESET_CONTROLLER
 	select RESET_SIMPLE
 	help
 	  Enable common clock framework support for the Broadcom BCM2711
-- 
2.26.2


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

end of thread, other threads:[~2020-09-10  7:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-03  8:26 [PATCH] clk: bcm: dvp: Select the reset framework Maxime Ripard
2020-09-08 14:42 ` Nicolas Saenz Julienne
2020-09-10  7:53 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox