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

soc: bcm: Make PM driver default for BCM2835

Since commit 52a4adbaebcc ("ARM: bcm283x: Switch V3D over to using the
PM driver instead of firmware.") VC4 on BCM2835 requires the power driver.

Otherwise the driver won't probe and HDMI output stays black:
vc4_v3d 20c00000.v3d: ignoring dependency for device, assuming no driver

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Eric Anholt <eric@anholt.net>

+1
+1
drivers/soc/bcm/Kconfig
··· 3 3 config BCM2835_POWER 4 4 bool "BCM2835 power domain driver" 5 5 depends on ARCH_BCM2835 || (COMPILE_TEST && OF) 6 + default y if ARCH_BCM2835 6 7 select PM_GENERIC_DOMAINS if PM 7 8 select RESET_CONTROLLER 8 9 help