[PATCH] clk: bcm: dvp: Select the reset framework

Nicolas Saenz Julienne nsaenzjulienne at suse.de
Tue Sep 8 10:42:35 EDT 2020


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 at 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 at suse.de>

I guess this should go through the clk tree right?

Thanks!
Nicolas

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20200908/1bce1172/attachment.sig>


More information about the linux-arm-kernel mailing list