Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: bcm: dvp: Select the reset framework

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>
Link: https://lore.kernel.org/r/20200903082636.3844629-1-maxime@cerno.tech
Acked-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Maxime Ripard and committed by
Stephen Boyd
73a203b0 e9c006bc

+1
+1
drivers/clk/bcm/Kconfig
··· 5 5 depends on ARCH_BCM2835 ||COMPILE_TEST 6 6 depends on COMMON_CLK 7 7 default ARCH_BCM2835 8 + select RESET_CONTROLLER 8 9 select RESET_SIMPLE 9 10 help 10 11 Enable common clock framework support for the Broadcom BCM2711