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

* Re: [PATCH] clk: bcm: dvp: Select the reset framework
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Saenz Julienne @ 2020-09-08 14:42 UTC (permalink / raw)
  To: Maxime Ripard, Mike Turquette, Stephen Boyd
  Cc: linux-clk, linux-rpi-kernel, linux-arm-kernel, Dave Stevenson,
	Tim Gover, Phil Elwell

[-- Attachment #1: Type: text/plain, Size: 975 bytes --]

On Thu, 2020-09-03 at 10:26 +0200, Maxime Ripard wrote:
> 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

Acked-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>

I guess this should go through the clk tree right?

Thanks!
Nicolas


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] clk: bcm: dvp: Select the reset framework
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2020-09-10  7:53 UTC (permalink / raw)
  To: Maxime Ripard, Mike Turquette, Nicolas Saenz Julienne
  Cc: linux-clk, linux-rpi-kernel, linux-arm-kernel, Dave Stevenson,
	Tim Gover, Phil Elwell, Maxime Ripard

Quoting Maxime Ripard (2020-09-03 01:26:36)
> 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>
> ---

Applied to clk-fixes

^ permalink raw reply	[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